File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,15 @@ For setup see https://github.com/daveleroy/sublime_debugger
22
33For 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
Original file line number Diff line number Diff line change 11{
22 "install" : " docs/change_log.txt" ,
3- "0.11.2 " : " docs/change_log.txt"
3+ "0.11.3 " : " docs/change_log.txt"
44}
You can’t perform that action at this time.
0 commit comments