Skip to content

Releases: daveleroy/SublimeDebugger

0.2.10

13 Nov 09:45
Compare
Choose a tag to compare
st3-0.2.10

fixes issues with latest release of lldb adapter and fixes #74

0.3.2

14 Aug 02:27
Compare
Choose a tag to compare
Workaround for buggy output panel font size on windows/linux

0.3.1

10 Aug 03:12
Compare
Choose a tag to compare
Updated change log for version 0.3.1

0.2.9

10 Aug 03:15
c00a04b
Compare
Choose a tag to compare
st3-0.2.9

Updated path of go adapter

0.3.0

02 Aug 21:24
Compare
Choose a tag to compare
  • Initial support for multiple debug sessions
  • Use debugpy instead of ptvsd for python adapter
  • Right align line numbers in variables/callstack panel
  • Improved layout of panels

0.2.8

22 Jul 18:18
Compare
Choose a tag to compare
st3-0.2.8

Updated python adapter to use debugpy

0.2.7

01 Jul 16:03
d56f5e7
Compare
Choose a tag to compare
st3-0.2.7

fix: update go extension url

0.2.5

11 May 20:43
Compare
Choose a tag to compare
st3-0.2.5

Updated change log for version 0.2.4

0.2.3

07 Apr 08:57
Compare
Choose a tag to compare

0.2.2

14 Jan 21:36
Compare
Choose a tag to compare
  • Show dialog with error message when launching fails (to match vscode)
  • In multi-threaded programs the reason for why a specific thread was stopped is now only displayed on that thread even if all threads were stopped
  • If running a build with sublime_build in the configuration don't start debugging if the build fails with an exit code
  • Fixes issue with pause not working
  • Fixes rendering performance regression
  • Fixes gutter icons on windows