In WP 7.0 it was easy to test the tombstone system - I'd hit the camera button then press back to get a tombstone/resume. In WP 7.5 the app goes dormant for awhile, but appears to tombstone at an indeterminate time. Is it possible to force this situation for testing?
Asked
Active
Viewed 1,481 times
1 Answers
18
You can test tombstoning using the emulator (this may even work on the phone I haven't tested it). Under the project properties, on the "Debug" panel, there is a checkbox named "Tombstone upon deactivation while debugging".
This setting will force the app to tombstone in the way it did before when the debugger is attached.

Soonts
- 20,079
- 9
- 57
- 130

Nigel Sampson
- 10,549
- 1
- 28
- 31
-
4I believe it's in the `Debug` panel in project properties – Richard Szalay Oct 06 '11 at 20:38
-
This is great - know of any way for a tester to make this happen on a device? – James Cadd Oct 06 '11 at 22:03
-
I haven't had a chance to test it on a device, try deploying the app to the phone with the debugger enabled and see if it forces a tombstone. For a test not connected to a PC I don't think you can force the tombstone. – Nigel Sampson Oct 06 '11 at 22:12
-
That's about what I'd expect. Thanks Nigel! – James Cadd Oct 06 '11 at 22:23
-
Its not working on Device that is why i have to google many time after all your answered gave me the hint. THANK – Mubashar Apr 03 '12 at 19:41