How to enable Windows Phone Application Tombstone in the Emulator when Debugging
Join the DZone community and get the full member experience.
Join For FreeThe Visual Studio 2010 provides the option in the Windows Phone Project to set the Application Tombstone upon deactivation when debugging .
You can set this option by following the below steps
1. In Visual Studio 2010 Express / Professional / Ultimate , Right click on the project and select properties
2. In the Debug Page of the Properties Window , selectthe option "Tombstone upon deactivation while debugging" .
You need this option selected if you want the Windows Phone Application to tombstone when the Application is deactivated on debugging .
Opinions expressed by DZone contributors are their own.
Comments