你好,
由于调试进程完全是由主机控制的,所以在远程端必须有监听器执行来自Visual Studio的命令。这个监听器便叫做Remote Debugging Monitor (msvsmon.exe),是Visual Studio连接到远程调试的一个应用程序。
要进行远程调试,首先请安装并配置remote debugger.远程调试工具的下载地址
Remote Tools for Visual Studio 2012 Update 2 .
然后,运行Remote Debugging Monitor。
更多相关信息,请参看以下链接:
How to: Set Up Remote Debugging.
How to: Run the Remote Debugging Monitor
关于available processes,请参看Attach to Running Processes with the Visual Studio Debugger .
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.