Visual Studio 2015 Debug doesn't work in multithread application

前端 未结 7 1714
被撕碎了的回忆
被撕碎了的回忆 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 11:00

    I've experienced similar issues with VS2015 freezing (indefinitely) whilst debugging a multi thread WinForms application.

    I had no problems debugging the same code in VS2013.

    The problem appears to go away when I disable the VS hosting process (Project -> Properties -> Debug -> Enable the Visual Studio hosting process).

    Hope that works for others.

    0 讨论(0)
提交回复
热议问题