Skip to content

Commit

Permalink
Version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed May 7, 2024
1 parent b708988 commit cb99710
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ For setup see https://github.com/daveleroy/sublime_debugger

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

Version 0.11.2 - March 24, 2024
Version 0.11.3 - May 6, 2024
- Support for reverse debugging for adapters that support it (@Phaiax)
- Fixes a compatiblity issue with LSP 4070-2.0.1

- gdb: Added a few extra commands for improved reverse debugging support (@Phaiax)
- python: Changed type to `debugpy` to match vscode and updated to use vscode-python-debugger


Version 0.11.2 - April 19, 2024
- Updated to handle LSP using the 3.8 plugin host (some adapters require LSP)


Expand Down
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"install": "docs/change_log.txt",
"0.11.2": "docs/change_log.txt"
"0.11.3": "docs/change_log.txt"
}

0 comments on commit cb99710

Please sign in to comment.