File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Interactive XDebug step debugger for your terminal with vim-like key bindings.
1010 previous steps in _ history mode_ .
1111- ** Vim-like motions** : Typing ` 100n ` will repeat "step into" 100 times.
1212
13+ ## Installation
14+
15+ - Download the [ latest release] ( https://github.com/dantleech/debug-tui/releases/tag/0.0.1 )
16+ - Compile it yourself ` cargo build `
17+
1318## CLI options
1419
1520- ` --log ` : Debug log to file.
@@ -19,12 +24,15 @@ Interactive XDebug step debugger for your terminal with vim-like key bindings.
1924
2025Prefix with number to repeat:
2126
27+ - ` r ` run
2228- ` n ` next / step into
2329- ` N ` step over
2430- ` p ` previous (switches to history mode if in current mode)
2531- ` o ` step out
26- - ` j ` scroll down (with shift to scroll down 10)
27- - ` k ` scroll up (with shift to scroll up 10)
32+ - ` j ` scroll down
33+ - ` J ` scroll down 10
34+ - ` k ` scroll up
35+ - ` K ` scroll up 10
2836- ` tab ` switch pane
2937- ` enter ` toggle pane focus (full screen)
3038- ` ? ` Show help
You can’t perform that action at this time.
0 commit comments