Visual Studio 2015 Debug doesn't work in multithread application

前端 未结 7 1732
被撕碎了的回忆
被撕碎了的回忆 2021-02-03 10:15

In my project I have a heavy part of code that should be executed on a separate thread without blocking UI. When debugger hits the breakpoint inside this code, VS2015 freezes fo

7条回答
  •  既然无缘
    2021-02-03 10:45

    I had the problem of visual studio 2008 freeze even after disabling the hosting process. What seems to be working for me is disabling address level debugging.

    (VS2008) Tools (menu) -> Options -> Debugging -> General -> (uncheck) Enable address-level Debugging.

提交回复
热议问题