Next: Stack Buffer, Previous: GDB User Interface Layout, Up: GDB Graphical Interface
The breakpoints buffer shows the existing breakpoints and watchpoints (see Breakpoints). It has three special commands:
gdb-toggle-breakpoint
). On a graphical display, this changes
the color of a bullet in the margin of the source buffer at the
relevant line. This is red when the breakpoint is enabled and grey
when it is disabled. Text-only terminals correspondingly display
a ‘B’ or ‘b’.
gdb-delete-breakpoint
).
gdb-goto-breakpoint
). Alternatively, click
Mouse-2 on the breakpoint that you wish to visit.