summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 16 insertions, 13 deletions
diff --git a/README.md b/README.md
index 53d6285..5c84500 100644
--- a/README.md
+++ b/README.md
@@ -50,19 +50,22 @@ Example with auto run:
### Interactive Commands
-| Key | Action |
-| :-- | :---------------------------------------------------------------- |
-| `r` | **Run** the program (auto-breaks on `main` if no breakpoints set) |
-| `b` | Add a **breakpoint** (enter name/file:line) |
-| `p` | **Print** variable value |
-| `n` | **Step over** |
-| `s` | **Step into** |
-| `o` | **Step out** |
-| `c` | **Continue** execution |
-| `w` | **Watch** expression |
-| `q` | **Quit** debugger |
-| `>` | **Reduces sidebar width** |
-| `<` | **Increases sidebar width** |
+| Key | Action |
+| :----------- | :---------------------------------------------------------------- |
+| `r` | **Run** the program (auto-breaks on `main` if no breakpoints set) |
+| `b` | Add a **breakpoint** (enter name/file:line) |
+| `p` | **Print** variable value |
+| `n` | **Step over** |
+| `s` | **Step into** |
+| `o` | **Step out** |
+| `c` | **Continue** execution |
+| `w` | **Watch** expression |
+| `h` | **Toggle help view** |
+| `Ctrl+Left` | **Increases sidebar width** |
+| `Ctrl+Right` | **Reduces sidebar width** |
+| `Ctrl+Up` | **Increases log height** |
+| `Ctrl+Down` | **Reduces log height** |
+| `q` | **Quit** debugger |
### Input Mode