Skip to Content
Technical Articles
Author's profile photo Marcello Urbani

Multiple debugger sessions in visual studio code

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

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.