Skip to content

0.5.0

Choose a tag to compare

@daveleroy daveleroy released this 11 Jun 05:56
· 399 commits to master since this release
  • python: Allow module launch configurations (@anergictcell)

  • lldb: fixes issue with toggle disassembly

  • ruby: added adapter (requires readapt)

  • The install adapter menu now checks installed adapters for updates (for most adapters)

  • The install adapter menu now has a link to each adapters documentations

  • Added 'Debugger: Clear Breakpoints' command that clears all breakpoints

  • Support for exception breakpoint filter conditions (not all adapters support this)

  • Support for debug session hierarchies which is going to be required for some complex adapter setups such as vscode-debug-js

  • Support the "clipboard" context when copying a variables value

  • When expanding a variable display a loading indicator when the variables children are fetched.

  • Show error message inline when expanding a variable fails

  • Allow expanding/collapsing a debug session

  • Improved handling of stack frames that are marked as labels

  • Improved handling of stack frames that are marked as deemphasized or their source is deemphasized

  • Fixes integrated terminal