Skip to content

0.11.0

Compare
Choose a tag to compare
@daveleroy daveleroy released this 23 Mar 18:57
· 16 commits to master since this release
  • Added Debugger: Example Projects for opening example projects for each adapter

  • Added internal_font_scale setting for users who have issues with the font overlapping the ui (#223)

  • Added always_keep_visible setting which attempts to always keep the debugger panel open when there is no other output panel

  • The callstack panel now shows the tabs at the bottom like the console

  • Improved the messaging around installing adapters

  • Hide Debugger33 package from PackageControl listings (@narenkarthicktp)

  • Fixes an issue where stepping was targeting the wrong thread

  • sublime: initial support for debugging sublime plugins