0

Since today, i receive this message:

enter image description here

After this i receive visual studio 2015 remote debugger has stopped working

No matter how many times I restart VS or Windows, that doesn't help. I've read this Message: “Visual Studio Remote Debugging Monitor has stopped working” on x64 debugging and this question vs2008-unable-to-start-debugging-remote-debugging-monitor-has-been-closed but doesn't help me fix the problem...

I am debugging x64 c++ test in local and debugger stops loading symbols always at the same point: 'vstest.executionengine.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscordacwks.dll'. Symbols loaded.

What can i do?

Community
  • 1
  • 1
Mara Black
  • 1,666
  • 18
  • 23
  • Is your code involved with ComObjects by any chance? – DrDonut Sep 12 '16 at 12:55
  • That is CORDBG_E_TIMEOUT, should be pretty noticeable from the debugger being catatonic for a while. Environmental problem, something is interfering with the communication with the remote debugger. Too much crapware tends to be involved with anything you'd do with a network connection, aggressively disabling anti-malware and firewall and whatnot on both ends should be your next step. – Hans Passant Sep 12 '16 at 13:26

1 Answers1

0

This solved my problem :)

enter image description here

from this post: Visual Studio 2015 RTM - Debugging not working

Community
  • 1
  • 1
Mara Black
  • 1,666
  • 18
  • 23