【问题标题】:visual studio 2015 fatal error on test debugVisual Studio 2015 测试调试出现致命错误
【发布时间】:2016-09-14 15:25:13
【问题描述】:

从今天开始,我收到了这条消息:

在此之后我收到visual studio 2015 remote debugger has stopped working

无论我重新启动 VS 或 Windows 多少次,这都无济于事。 我读过这个Message: “Visual Studio Remote Debugging Monitor has stopped working” on x64 debugging 和这个问题 vs2008-unable-to-start-debugging-remote-debugging-monitor-has-been-closed 但不能帮助我解决问题...

我正在本地调试 x64 c++ 测试,调试器总是在同一点停止加载符号:'vstest.executionengine.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscordacwks.dll'. Symbols loaded.

我能做什么?

【问题讨论】:

  • 你的代码有没有与 ComObjects 相关?
  • 那是 CORDBG_E_TIMEOUT,从调试器紧张一段时间应该很明显。环境问题,有东西干扰了与远程调试器的通信。太多的垃圾软件往往与您对网络连接所做的任何事情有关,积极禁用反恶意软件和防火墙以及两端的诸如此类的东西应该是您的下一步。

标签: c++ visual-studio-2015


【解决方案1】:

这解决了我的问题:)

来自这篇文章:Visual Studio 2015 RTM - Debugging not working

【讨论】:

    猜你喜欢
    • 2012-04-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-14
    • 1970-01-01
    相关资源
    最近更新 更多