Skip to content

Releases: daveleroy/SublimeDebugger

0.8.1

10 Oct 20:47
Compare
Choose a tag to compare
  • The selected stack frame location indicator now shows a tick mark under the selected column
  • Add context values for keybindings (debugger, debugger.visible, debugger.active)
  • Adjusted layout calculations

0.8.0

09 Oct 03:55
Compare
Choose a tag to compare
  • Show currently selected configuration in the controls bar instead of step controls when there is no active debug sessions
  • Support for global debug configurations by adding configurations to global_debugger_configurations in the debugger settings
  • The debugger can now be opened without a project file when there are global configurations
  • Clicking on a breakpoint now shows the breakpoint menu
  • Right clicking on a breakpoint removes it
  • Show preview of configuration snippets when navigating the add configuration menu
  • A number of improvements to the schema for LSP-json
  • emulicious: Adds Emulicious Debugger (@Calindro)

0.7.2

27 Sep 03:25
Compare
Choose a tag to compare
  • Minor bug fixes

0.7.1

25 Sep 22:32
Compare
Choose a tag to compare
  • 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)

0.7.0

31 Jul 21:42
Compare
Choose a tag to compare
  • Redesigned debugger ui so that the console output can appear in an output panel
  • The hover expression behavior is smarter and can evaluate simple expressions like a.b a->c etc
  • lua: Adds lua debugger via lua-local (@naoufalzerai)
  • python: support for multiprocess debugging
  • ruby: allow specifying readapt path via ruby_readapt preference
  • go: updated to use dlv dap

0.6.8

02 Apr 10:59
Compare
Choose a tag to compare
  • python: fixes issue with installing adapter
  • python: allow specifying the python interpreter with python

0.6.7

29 Mar 03:05
Compare
Choose a tag to compare
  • Fixes an issue with the latest version of vscode lldb

0.6.6

27 Mar 21:11
Compare
Choose a tag to compare
  • Allow inputing debugger commands directly into the debugger console
  • Auto complete for debugger commands (not all adapters support this)
  • A number of performance/usability improvements for the debugger console

0.6.4

22 Feb 05:04
Compare
Choose a tag to compare
  • Added support for vscode-js-debug for chrome/node/edge adapters
  • Improved snippet support

0.6.3

09 Feb 06:49
Compare
Choose a tag to compare
  • Adjusted the calculation for determining a good value for ui_rem_width_scale
  • Added setting ui_rem_width_scale_adjust_automatically for disabling automatic calculation of ui_rem_width_scale