msvsmon.exe crashed when debugging

后端 未结 18 851
难免孤独
难免孤独 2021-01-31 07:53

When I debugging in VS2013 update3, msvsmon.exe crashed when hit at a breakpoint.

It shows \"The debugger\'s worker process (msvsmon.exe) unexpectedly exited. Debugging

18条回答
  •  失恋的感觉
    2021-01-31 08:28

    I hit this in Visual Studio 2019 (16.4.3) (C++) with a cause that I have not seen mentioned: I had accidentally added a Watch with incorrect syntax that was attempting to instantiate a singleton rather than returning the existing instance.

    Repeatedly choosing right click > Clear All in the Watches view while debugging fixed the issue.

提交回复
热议问题