Skip to content

0.7.1

Compare
Choose a tag to compare
@daveleroy daveleroy released this 25 Sep 22:32
· 202 commits to master since this release
  • Refined debugger interface that was redesigned in the last release
  • Allow inputting commands by typing into the debugger console
  • The debugger interface now matches the current font-size this can be overridden with the setting ui-scale
  • Fixes issue where breakpoints were not shown until a view was activated
  • Allow installing older versions of some adapters by holding down command or option when selecting the adapter in the install adapters menu
  • js: Fixes an issue where breakpoints were not being marked as verified
  • go: Fixes an issue where the debugger would not automatically select a thread when stopped in some cases
  • java: Adds Java debugger via LSP-jdtls (@LDAP)
  • python: Automatically detect virtual environments (@LDAP)