消息:“Visual Studio 远程调试监视器已停止工作”在 x64 上调试
从今天早上开始,我不断收到同样的消息“Visual Studio 远程调试监视器已停止工作”,无论我重新启动 VS 或 Windows 多少次,都没有帮助。不幸的是,由于第三方组件,我必须使用 x64 调试。我对系统没有重大改变。从上次开始一切正常。
我见过这个问题 VS2008:无法启动调试,远程调试监视器已关闭 它帮助我了解正在发生的事情,但并不能帮助我解决问题...
我总是在应用程序启动的同一点在本地和远程调试器快照中调试 x64 应用程序。另一个应用程序仍然运行良好。
有人对此有解决方案吗?
Since this morning I keep getting this same message "Visual Studio Remote Debugging Monitor has stopped working" and no matter how many times I restart VS or Windows, that doesn't help. Unfortunately I must use x64 debugging due to third party components. I had no significant changes on the system. From last time everything worked fine.
I've seen this question
VS2008: Unable to start debugging, Remote Debugging Monitor has been closed
and it helped me to understand what is happening but doesn't help me fix the problem...
I am debugging x64 app in local and remote debugger snaps always at the same point of the app start up. The other application still works fine.
Does anyone have some solution for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我遇到了类似的调试器问题,详细信息显示“故障模块名称”是 SYMSRV.dll。因此,我通过勾选“Microsoft Symbol Servers”(工具->选项->调试->符号)并清理符号缓存来解决这个问题。
I had a similar debugger issue where details showed that "Fault Module Name" is SYMSRV.dll. So I've fixed that by ticking off "Microsoft Symbol Servers" (Tools->Options->Debugging->Symbols) and cleaning symbols cache.
抱歉,我英语不好。我也有同样的问题。它只发生在我的工作站win7 VS2010+SP1上。我发现当程序尝试加载程序集“EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design.dll”时会发生这种情况。奇怪的是,这个程序集引用了它自己!因此,当程序执行在调试模式下通过 Assembly.Load("EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design") 语句时,msvsmon.exe 崩溃并显示以下错误消息:“Visual Studio 远程调试监视器已停止工作” 。
Sorry, I'm not good at English. I had the same problem. It only happened on my workstation win7 VS2010+SP1. I found that it happened when the program trying to load the assembly "EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design.dll". Strangely, this assembly references itself! so when the program execution is passing through the statement Assembly.Load("EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design") in debug mode, the msvsmon.exe crashes with this error message: "visual studio remote debugging monitor has stopped working".
转到“开始”>跑步”。输入以下路径并按 Enter 键
C:\ Program Files(x86)\ Microsoft Visual Studio 11.0 \ Common7 \ IDE \远程调试器\ x64 \ msvsmon.exe
Go to “Start > Run”. Type the following path and hit Enter
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe