Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed Sep 25, 2022
1 parent 76c2b1d commit 8f79280
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ For getting set up see https://github.com/daveleroy/sublime_debugger

For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits

Version 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)


Version 0.7.0

- Redesigned debugger ui so that the console output can appear in an output panel
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"install": "docs/change_log.txt",
"0.7.1": "docs/change_log.txt",
"0.7.0": "docs/change_log.txt",
"0.6.8": "docs/change_log.txt",
"0.6.7": "docs/change_log.txt",
Expand Down

0 comments on commit 8f79280

Please sign in to comment.