TODO gdb breakpoints

This commit is contained in:
scbj
2026-06-24 16:23:21 +02:00
parent dfce75c068
commit a4848b9972
+7
View File
@@ -93,6 +93,13 @@ To reset the program one can use the following command
monitor reset halt monitor reset halt
``` ```
## breakpoints
To set breakpoints use the command `b`.
<!-- TODO: elaborate on breakpoint (conditions, etc.) -->
## TUI mode ## TUI mode
The `GDB` comes with a Terminal User Interface (TUI) which provides view for The `GDB` comes with a Terminal User Interface (TUI) which provides view for