Releases: daveleroy/SublimeDebugger
Releases · daveleroy/SublimeDebugger
0.8.1
0.8.0
- 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
0.7.1
- 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
- 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