From a4848b997259af5924af4a53bf9aa0d8620adf94 Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 24 Jun 2026 16:23:21 +0200 Subject: [PATCH] TODO gdb breakpoints --- gdb.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb.md b/gdb.md index 732a057..51655e1 100644 --- a/gdb.md +++ b/gdb.md @@ -93,6 +93,13 @@ To reset the program one can use the following command monitor reset halt ``` + +## breakpoints + +To set breakpoints use the command `b`. + + + ## TUI mode The `GDB` comes with a Terminal User Interface (TUI) which provides view for