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