Releases: daveleroy/SublimeDebugger
0.11.3
0.11.2
0.11.0
-
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
0.10.1
0.10.0
-
Initial support for viewing and stepping through disassembly (not all adapters support this)
-
Fixes a few issues with how multiple simultaneous debug sessions are hanled
-
All adapters are now packaged on github instead of taking some from openvsx since the openvsx api can be really slow
-
LSP-json schema now issues an error message when an adapter type is not installed
-
A number of minor layout and color tweaks to make the ui fit better with the default adaptive theme
-
ruby: Switched to
rdbg
instead ofreadapt
since that seems like the official dap server -
go: Support for
env
configuration option and defaultcwd
to${folder}
0.9.3
0.9.0
-
Add location information to some error messages such as launch errors which point to the configuration being run
-
Improved validation of configurations
-
Generate better html for clickable item to reduce unnecessary html elements
-
Optimize the size of image assets with pngquant
-
Optimize html and css generation
-
Delay resizing the ui until the layout stop changing
-
Fixes a few issues with stderr from the adapter not being logged correctly when a transport ends unexpectedly
-
Fixes an issue where the debugger output panel was being forced to be too tall (you may need to delete the cached values in your workspace file)
-
Fixes an issue with setting breakpoints in some adapters
0.8.4
- Changed how debugger console panels deal with extra vertical space
- Integrated terminals tab now appear next to the console tab instead of after the callstack tab
- Improvements to the protocol logging
- If the session ends unexpectedly then log anything from the transports stderr to the console
- Add
debugger_configurations
to project data when opening in a project (#189) - Display multiple variables in the same console event better