Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
MarcelloUrbani
Active Contributor
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