Skip to content

Releases: daveleroy/SublimeDebugger

0.2.1

05 Jan 06:18
Compare
Choose a tag to compare
  • Debugging with a single thread now just displays the stack frames without the thread header
  • When launching a configuration and the adapter is not installed offer to install it
  • When auto selecting a stack frame prefer the first none subtle stack frame
  • Fixes call stack layout when encountering long stack frame names
  • Fixes various issues with multi threaded debugging
  • Fixes hover providers

0.2.0

31 Dec 17:12
Compare
Choose a tag to compare
  • Support for column breakpoints (requires adapter support)
  • Support for data breakpoints (requires adapter support, currently only lldb?)
  • Left-click gutter now toggles breakpoints, right-clicking a breakpoint allows editing/advanced options
  • Watch expressions
  • Loaded Modules/Sources panels
  • Adds Node debug adapter (@appelgriebsch)
  • External terminal support. Terminal on Mac (Needs support for Windows/Linux) or Sublime's Terminus package.
  • Integrated terminal now strips ascii control sequences
  • Settings button
  • Show currently installed version of an adapter, show download progress when installing an adapter
  • Fixes issues that sometimes occurred installing/reinstalling adapters
  • Fixes issues with reloading plugin

0.1.8

30 Oct 18:19
Compare
Choose a tag to compare
  • Fixes core not defined error

0.1.7

28 Oct 01:06
Compare
Choose a tag to compare
  • Allow setting logging options in settings
  • Updated url for vscode-firefox-debugger (@appelgriebsch)
  • Fixes issue preventing Debugger: Install Adapters from being run from the command palette
  • Fixes issue where some debug adapters were failing to be fully unzipped on Windows because of long paths

0.1.6

28 Oct 00:55
Compare
Choose a tag to compare
  • Adds run to cursor command
  • Fixes issue preventing installing debug adapters

0.1.5

28 Oct 00:54
Compare
Choose a tag to compare
  • Fixes issue that prevented debugging on windows

0.1.4

28 Oct 00:54
Compare
Choose a tag to compare
  • New styling of panels and updated layout to better support temporary panels created for build results/integrated terminal (and in the future allow customizing the layout of the panels)
  • New console rendering code to support text wrapping and build results/integrated terminal
  • Support internal terminal requests to allow program input. Requires configuration changes to use this feature which depends on the adapter in question. (LLVM uses "terminal": "integrated")
  • Allow defining platform specific configuration settings with a top level object called "linux", "osx", or "windows" in your configuration. Same as vscode
  • Fixes issue where hover providers/autocomplete/run command was not working for some debug adapters
  • Fixes issue where using $file and other variables in a configuration had their values expanded when the debugger was opened not when the debugger was started
  • Fixes some wonkiness that occurred when stepping the debugger that caused it to not update correctly

0.1.3

28 Oct 00:51
Compare
Choose a tag to compare
  • When attempting to open the debugger in a window without a sublime project prompt the user to create one.
  • Fixes some other minor bugs and configuration issues

0.1.0

30 Jun 18:32
Compare
Choose a tag to compare
  • Adds package control support