ErgoEmacsEmacsLispBlogEmacsLispBuy Tutorial
Web Hosting by 1&1
31.6.5.3 Breakpoints Buffer

The breakpoints buffer shows the existing breakpoints, watchpoints and catchpoints (see Breakpoints). It has these special commands, which mostly apply to the current breakpoint, the breakpoint which point is on.

<SPC>
Enable/disable the current breakpoint (gdb-toggle-breakpoint). On a graphical display, this changes the color of a bullet in the margin of a 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’.
D
Delete the current breakpoint (gdb-delete-breakpoint).
<RET>
Visit the source line for the current breakpoint (gdb-goto-breakpoint).
Mouse-2
Visit the source line for the breakpoint you click on.

When gdb-many-windows is non-nil, the breakpoints buffer shares its window with the threads buffer. To switch from one to the other click with Mouse-1 on the relevant button in the header line.

blog comments powered by Disqus