Releases: dantleech/debug-tui
Releases · dantleech/debug-tui
Release list
0.3.1
0.3.0
Features
- Process control - launch, restart and monitor a process.
Improvements
- Show window "titles" at bottom of window
- Ability to disconnect from the server (via. "d")
- Channel pane replaces eval pane.
- Show multiple notifications.
Bug fixes
- Fix order of inline variables.
- Fixed deadlocks.
0.2.0
Features
- Add support for arrow key scrolling
- Show historic inline values
- Introduce eval feature
Improvements
- Improve scrolling performance on large files and contexts
Bug fixes
- Fix position of closing braces in context view
- Do not show "undefined" variables
- Ensure context depth is in range of 1-9
- Fix display of multibyte values #27
0.1.1
0.1.0
- Improve notification display
- Do not accept connections while an existing session is running
- Do not immediately switch back to listen mode when server disconnects.
- Filter properties with dot notation in context pane (
f) - Stack traversal - select stack and inspect stack frames in current mode.
- Fixed light theme.
