msvsmon.exe crashed when debugging

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

    I've just had the problem in VS 2015. I hadn't noticed that one of my breakpoints was bogus - I had inadvertently pressed F9 to set a breakpoint when the disassembly window was showing in the previous debugging session. The solution was simply to delete that one bogus breakpoint - I got to keep all my others.

提交回复
热议问题