Search code examples
visual-studio-2010remote-debugging

Message: "Visual Studio Remote Debugging Monitor has stopped working" on x64 debugging


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?


Solution

  • 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.