File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Debug-TUI
22=========
33
4- Interactive [ Xdebug] ( https://xdebug.org ) step-debugging client your terminal.
4+ Interactive [ Xdebug] ( https://xdebug.org ) step-debugging client for your terminal.
55
66![ Demo] ( https://github.com/user-attachments/assets/1a8a1d1b-d01b-4d71-9d35-c65e546e8c24 )
77
88- ** Travel forwards** : step over, into and out.
9- - ** Travel backwards** : it's not quite time travel, but you can revisit
9+ - ** Travel backwards** : it's not quite time travel - but you can revisit
1010 previous steps in _ history mode_ .
1111- ** Jump the stack** : jump up and down the stack.
1212- ** Vim-like motions** : Typing ` 100n ` will repeat "step into" 100 times.
1313- ** Inline values** : Show variable values inline with the source code.
1414
1515## Installation
1616
17- - Download the [ latest release] ( https://github.com/dantleech/debug-tui/releases/latest )
18- - Compile it yourself ` cargo build `
17+ - Download the [ latest release] ( https://github.com/dantleech/debug-tui/releases/latest ) .
18+ - Compile it yourself ` cargo build ` .
1919
2020## CLI options
2121
You can’t perform that action at this time.
0 commit comments