Visual Studio prevents Windows from suspending an app that is attached to the debugger. This is to allow the user to view the Visual Studio debug UI while the app is running.windows
剛開始接觸Win10應用開發的同窗,會碰到一個這樣的問題:在使用Visual Studio調試UWP應用時,咱們應該如何主動觸發 Suspending 等事件 ? 文章開頭一段引用文字,你們也許都明白了,那咱們如何主動觸發Suspending等事件呢?app
咱們能夠經過Visual Studio的調試工具,嚮應用發送一個Suspending或者Resuming等事件消息,咱們就能夠調試事件處理函數裏的代碼了。函數
若是 Visual Studio 默認沒有顯示此工具,參考下圖:工具
參考連接:https://msdn.microsoft.com/zh-cn/library/windows/apps/hh974425(v=vs.120).aspxdebug
謝謝。調試