Skip to content

Commit 7a86cf8

Browse files
committed
Version 0.11.0
1 parent 805614b commit 7a86cf8

File tree

2 files changed

+13
-29
lines changed

2 files changed

+13
-29
lines changed

docs/change_log.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ For setup see https://github.com/daveleroy/sublime_debugger
22

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

5+
Version 0.11.0 - March 23, 2024
6+
- Added `Debugger: Example Projects` for opening example projects for each adapter
7+
- Added `internal_font_scale` setting for users who have issues with the font overlapping the ui (#223)
8+
- Added `always_keep_visible` setting which attempts to always keep the debugger panel open when there is no other output panel
9+
- The callstack panel now shows the tabs at the bottom like the console
10+
- Improved the messaging around installing adapters
11+
- Hide Debugger33 package from PackageControl listings (@narenkarthicktp)
12+
- Fixes an issue where stepping was targeting the wrong thread
13+
14+
- sublime: initial support for debugging sublime plugins
15+
16+
517
Version 0.10.1 - April 3, 2023
618
- Fixes an issue with new versions of vscode-js-debug
719

messages.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,4 @@
11
{
22
"install": "docs/change_log.txt",
3-
"0.9.3": "docs/change_log.txt",
4-
"0.9.0": "docs/change_log.txt",
5-
"0.8.3": "docs/change_log.txt",
6-
"0.8.2": "docs/change_log.txt",
7-
"0.8.1": "docs/change_log.txt",
8-
"0.8.0": "docs/change_log.txt",
9-
"0.7.2": "docs/change_log.txt",
10-
"0.7.1": "docs/change_log.txt",
11-
"0.7.0": "docs/change_log.txt",
12-
"0.6.8": "docs/change_log.txt",
13-
"0.6.7": "docs/change_log.txt",
14-
"0.6.6": "docs/change_log.txt",
15-
"0.6.5": "docs/change_log.txt",
16-
"0.6.4": "docs/change_log.txt",
17-
"0.6.3": "docs/change_log.txt",
18-
"0.6.2": "docs/change_log.txt",
19-
"0.6.1": "docs/change_log.txt",
20-
"0.6.0": "docs/change_log.txt",
21-
"0.5.4": "docs/change_log.txt",
22-
"0.5.3": "docs/change_log.txt",
23-
"0.5.2": "docs/change_log.txt",
24-
"0.5.1": "docs/change_log.txt",
25-
"0.5.0": "docs/change_log.txt",
26-
"0.4.1": "docs/change_log.txt",
27-
"0.4.0": "docs/change_log.txt",
28-
"0.3.1": "docs/change_log.txt",
29-
"0.3.0": "docs/change_log.txt",
30-
"0.2.3": "docs/change_log.txt",
31-
"0.2.2": "docs/change_log.txt"
3+
"0.11.0": "docs/change_log.txt"
324
}

0 commit comments

Comments
 (0)