Skip to content

Commit

Permalink
Version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed Mar 27, 2022
1 parent ed2a66e commit 7a64df8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/change_log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
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.6.6

- Allow inputing debugger commands directly into the debugger console
- Auto complete for debugger commands (not all adapters support this)
- A number of performance/usability improvements for the debugger console


Version 0.6.4

- Added support for vscode-js-debug for chrome/node/edge adapters
Expand Down Expand Up @@ -80,8 +89,6 @@ Version 0.5.0
- Improved handling of stack frames that are marked as deemphasized or their source is deemphasized
- Fixes integrated terminal

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


Version 0.4.1

Expand Down
2 changes: 2 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"install": "docs/change_log.txt",
"0.6.6": "docs/change_log.txt",
"0.6.5": "docs/change_log.txt",
"0.6.4": "docs/change_log.txt",
"0.6.3": "docs/change_log.txt",
"0.6.2": "docs/change_log.txt",
Expand Down

0 comments on commit 7a64df8

Please sign in to comment.