The debugger in my
visual studio code extension just had a rewrite
On top of a bunch of bug fixes onsession and breakpoint handling has 2 new features:
- multiple debugging "threads" - can debug multiple runs of the same process (or multiple distinct processes) at once

- go to statement is now supported via the vscode UI
