You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breakpoints do not work properly in secondary threads (those created explicitly or from threadpools). In Visual Studio Code, C# projects, execution does indeed pause on breakpoints but the IDE is not notified that it's stopped on a breakpoint. So you can neither move past the breakpoint nor check watches.
The text was updated successfully, but these errors were encountered:
Breakpoints do not work properly in secondary threads (those created explicitly or from threadpools). In Visual Studio Code, C# projects, execution does indeed pause on breakpoints but the IDE is not notified that it's stopped on a breakpoint. So you can neither move past the breakpoint nor check watches.
The text was updated successfully, but these errors were encountered: