Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次关闭 Windows Phone 应用程序时,VS 2010 下的相关调试会话也会关闭。在安装 Windows 8 + WP SDK 8 之前,该方案一直运行良好。
现在调试会话没有在模拟器下完成,也没有在设备下完成。
有可能解决这个问题吗?
这是一个特点。调试器仍然连接到应用程序,以便您轻松调试后台任务。只需按“停止”按钮即可分离调试器。
更多解释:http: //blogs.msdn.com/b/visualstudio/archive/2012/08/23/new-visual-studio-2012-debugging-features-for-the-windows-8-app-lifecycle-模型.aspx
我目前不知道有任何方法可以禁用该功能。