我正在使用VS 2010并尝试远程调试Window 8计算机。我找不到与Window 8兼容的VS 2010远程调试器存根。是否可以使用VS 2010远程调试Window 8,还是必须升级到VS 2012?
答案 0 :(得分:0)
Windows 8应用程序只能使用Visual Studio 2012或更高版本创建/调试。
John Wiese
微软 - 高级技术布道者
jwiese@microsoft.com
@johnwiese
答案 1 :(得分:0)
实际上有可能。
在Windows 8客户端上安装Microsoft Visual Studio 2010远程调试器工具 https://www.microsoft.com/en-au/download/details.aspx?id=475
每次打开msvsmon.exe时,它都会尝试使用Windows身份验证。使用此命令打开时需要禁用此功能; msvsmon.exe / noauth / nosecuritywarn
这与此问题有关; Remote debugging in visual studio: remote debugger does not support this edition of windows