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
After i checked "use managed compatibility mode" in options-debugging-general, thread debugging seems to work.