Skip to content

Commit cb99710

Browse files
committed
Version 0.11.3
1 parent b708988 commit cb99710

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/change_log.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ 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.2 - March 24, 2024
5+
Version 0.11.3 - May 6, 2024
6+
- Support for reverse debugging for adapters that support it (@Phaiax)
7+
- Fixes a compatiblity issue with LSP 4070-2.0.1
8+
9+
- gdb: Added a few extra commands for improved reverse debugging support (@Phaiax)
10+
- python: Changed type to `debugpy` to match vscode and updated to use vscode-python-debugger
11+
12+
13+
Version 0.11.2 - April 19, 2024
614
- Updated to handle LSP using the 3.8 plugin host (some adapters require LSP)
715

816

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"install": "docs/change_log.txt",
3-
"0.11.2": "docs/change_log.txt"
3+
"0.11.3": "docs/change_log.txt"
44
}

0 commit comments

Comments
 (0)