summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-17 02:47:26 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-17 02:47:26 +0100
commit18219af3fc23e720a3d7d207ac3a183bd06ddf45 (patch)
tree02b8b8b85aa940ed3b6cce096821d4d8c7dd2576
parenta4c2b6e89103670cbf748760345ba45453666a17 (diff)
downloadtoy-debugger-master.tar.gz
Remove bold formatting from key actions in the READMEHEADmaster
-rw-r--r--README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 5c84500..9916c65 100644
--- a/README.md
+++ b/README.md
@@ -52,20 +52,20 @@ Example with auto run:
| 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 |
+| `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