microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Breakpoints not hitting #58

Open kryssb opened 5 years ago

kryssb commented 5 years ago

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.

hol430 commented 4 years ago

Hi @kryssb - I was having the same issue and updating vscode fixed it for me.

T3kla commented 3 years ago

Same here but no luck with the update(s).