Skip to content

Commit d088bcd

Browse files
committed
Version 0.8.4
1 parent 0d4b7c0 commit d088bcd

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

docs/change_log.txt

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,37 @@ 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.8.4 - Nov 19, 2022
6+
- Changed how debugger console panels deal with extra vertical space
7+
- Integrated terminals tab now appear next to the console tab instead of after the callstack tab
8+
- Improvements to the protocol logging
9+
- If the session ends unexpectedly then log anything from the transports stderr to the console
10+
- Add `debugger_configurations` to project data when opening in a project (#189)
11+
- Display multiple variables in the same console event better
512

6-
Version 0.8.2
13+
14+
Version 0.8.3 - Oct 16, 2022
15+
- line up/down in the debugger console now cycles through previous commands
16+
- Fixes issue with debugger console input not activating
17+
18+
19+
Version 0.8.3 - Oct 16, 2022
720
- line up/down in the debugger console now cycles through previous commands
821
- Fixes issue with debugger console input not activating
922

1023

11-
Version 0.8.2
24+
Version 0.8.2 - Oct 15, 2022
1225
- When copying text from the debugger console remove hidden syntax highlighting characters
1326
- Fixes alignment issues on Windows/Linux
1427

1528

16-
Version 0.8.1
29+
Version 0.8.1 - Oct 10, 2022
1730
- The selected stack frame location indicator now shows a tick mark under the selected column
1831
- Add context values for keybindings (debugger, debugger.visible, debugger.active)
1932
- Adjusted layout calculations
2033

2134

22-
Version 0.8.0
35+
Version 0.8.0 - Oct 8, 2022
2336
- Show currently selected configuration in the controls bar instead of step controls when there is no active debug sessions
2437
- Support for global debug configurations by adding configurations to `global_debugger_configurations` in the debugger settings
2538
- The debugger can now be opened without a project file when there are global configurations
@@ -29,11 +42,12 @@ Version 0.8.0
2942
- A number of improvements to the schema for LSP-json
3043
- emulicious: Adds Emulicious Debugger (@Calindro)
3144

32-
Version 0.7.2
45+
46+
Version 0.7.2 - Sep 26, 2022
3347
- Minor bug fixes
3448

3549

36-
Version 0.7.1
50+
Version 0.7.1 - Sep 25, 2022
3751
- Refined debugger interface that was redesigned in the last release
3852
- Allow inputting commands by typing into the debugger console
3953
- The debugger interface now matches the current font-size this can be overridden with the setting `ui-scale`

0 commit comments

Comments
 (0)