When I debug and step any windows phone app on my virtual machine I get the "No Source Available", "The current thread is not currently running code or the call stack could not be obtained". This is regardless if I debug on the device or the emulator.
It seems like it breaks on the correct breakpoints thou, and continuing works fine.
Stepping through server code works fine.
当我在我的虚拟机上调试并执行任何Windows Phone应用程序时,我得到“No Source Available”,“当前线程当前没有运行代码或无法获得调用堆栈”。如果我在设备或模拟器上进行调试,则无论如何。看起来它打破了正确的断点,并继续正常工作。单步执行服务器代码工作正常。
The virtual machine is just set up for this and only contains Windows 8 (updated), Visual Studio 2012 Pro (complete, updated), Google Chrome, Start8 and Windows Phone SDK 8.0.
虚拟机刚刚为此设置,仅包含Windows 8(更新),Visual Studio 2012 Pro(完整,更新),Google Chrome,Start8和Windows Phone SDK 8.0。
1 个解决方案
#1
1
Repairing the Visual Studio installation solved the problem.
修复Visual Studio安装解决了这个问题。
#1
1
Repairing the Visual Studio installation solved the problem.
修复Visual Studio安装解决了这个问题。