André
André

Reputation: 45

Suspend/Resume/Tombstone simulation in Windows Phone 8.1 Emulator

How can I simulate the suspend mode in the Windows Phone 8.1 emulator? The Suspending event has to be fired. Thanks!

Upvotes: 1

Views: 1161

Answers (1)

ickydime
ickydime

Reputation: 1071

Romasz's comment is correct for suspend/resume. You can do it from the Lifecycle events dropdown while the app is running via Visual Studio as shown here: Suspending event not raising using WinRT

For tombstoning there is supposed to be a setting in the project's properties and debug tab which enables tombstone on suspend but I am unable to find it in Visual Studio 2013. Hence me stumbling across this post. Will follow up if I find more. Here is what it is supposed to look like: http://developerpublish.com/how-to-enable-windows-phone-application-tombstone-in-emulator-when-debugging/

Upvotes: 2

Related Questions