Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed Oct 9, 2022
1 parent c23092b commit 767bd33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ 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.8.0
- Show currently selected configuration in the controls bar instead of step controls when there is no active debug sessions
- Support for global debug configurations by adding configurations to `global_debugger_configurations` in the debugger settings
- The debugger can now be opened without a project file when there are global configurations
- Clicking on a breakpoint now shows the breakpoint menu
- Right clicking on a breakpoint removes it
- Show preview of configuration snippets when navigating the add configuration menu
- A number of improvements to the schema for LSP-json
- emulicious: Adds Emulicious Debugger (@Calindro)


Version 0.7.2
- Minor bug fixes

Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"install": "docs/change_log.txt",
"0.8.0": "docs/change_log.txt",
"0.7.2": "docs/change_log.txt",
"0.7.1": "docs/change_log.txt",
"0.7.0": "docs/change_log.txt",
Expand Down

0 comments on commit 767bd33

Please sign in to comment.