Visual Studio 2015 Debug doesn't work in multithread application

前端 未结 7 1712
被撕碎了的回忆
被撕碎了的回忆 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 a similar issue. The other answers to this question did not resolve the issue for me, but they pointed me to the right direction. Apparently I had the Release configuration selected, instead of Debug.

提交回复
热议问题