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?

link|improve this question

feedback

1 Answer

up vote 10 down vote accepted

You can test tombstoning using the emulator (this may even work on the phone I haven't tested it), under the project properties there is a setting to tombstone while debugging (sorry I can't remember the exact setting name).

This setting will force the app to tombstone in the way it did before when the debugger is attached.

link|improve this answer
1  
I believe it's in the Debug panel in project properties – Richard Szalay Oct 6 '11 at 20:38
Thanks, I don't have the phone tools installed at work. – Nigel Sampson Oct 6 '11 at 20:42
This is great - know of any way for a tester to make this happen on a device? – James Cadd Oct 6 '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 6 '11 at 22:12
That's about what I'd expect. Thanks Nigel! – James Cadd Oct 6 '11 at 22:23
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.