Skip to content

Releases: daveleroy/SublimeDebugger

0.11.3

07 May 00:42
Compare
Choose a tag to compare
  • Support for reverse debugging for adapters that support it (@Phaiax)

  • Fixes a compatibility issue with LSP 4070-2.0.1

  • gdb: Added a few extra commands for improved reverse debugging support (@Phaiax)

  • python: Changed type to debugpy to match vscode and updated to use vscode-python-debugger

0.11.2

19 Apr 21:31
Compare
Choose a tag to compare
  • Updated to handle LSP using the 3.8 plugin host (some adapters require LSP)

0.11.0

23 Mar 18:57
Compare
Choose a tag to compare
  • 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

04 Apr 05:14
Compare
Choose a tag to compare
  • Fixes an issue with new versions of vscode-js-debug

0.10.0

01 Apr 10:55
Compare
Choose a tag to compare
  • 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 of readapt since that seems like the official dap server

  • go: Support for env configuration option and default cwd to ${folder}

0.9.3

04 Feb 08:22
Compare
Choose a tag to compare
  • Minor improvements to the variables/watch display
  • Show duplicate lines in the console with a counter
  • Show none stderr/stdout output events as blue
  • Fixes an issue with the java adapter (@LDAP)

0.9.0

15 Jan 14:00
Compare
Choose a tag to compare
  • 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

20 Nov 08:09
Compare
Choose a tag to compare
  • 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

0.8.3

16 Oct 21:16
Compare
Choose a tag to compare
  • line up/down in the debugger console now cycles through previous commands
  • Fixes issue with debugger console input not activating

0.8.2

15 Oct 07:31
Compare
Choose a tag to compare
  • When copying text from the debugger console remove hidden syntax highlighting characters
  • Fixes alignment issues on Windows/Linux