msvsmon.exe crashed when debugging

后端 未结 18 859
难免孤独
难免孤独 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

    Try turning on Options > Debugging > General > "Use Managed Compatibility Mode"

    I got this error/crash too while debugging and trying to inspect a variable with 50 MB of text data in it. This option worked in both VS2013 and in VS2015 to allow me to debug and inspect the variable with large data.

    setting to be enabled

提交回复
热议问题