Skip to content

Commit 6a636e6

Browse files
committed
Update README
1 parent 84d6812 commit 6a636e6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2025
Prefix 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

0 commit comments

Comments
 (0)