comparison man/building.texi @ 66567:1b800330fe1f

(GDB Graphical Interface): Don't reference gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until must stay in same frame.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 30 Oct 2005 22:16:46 +0000
parents c5bb9ba4c102
children 9600fc8cfb65
comparison
equal deleted inserted replaced
66566:c996c096d936 66567:1b800330fe1f
756 the point of this mode is that you can do it through menus and clicks, 756 the point of this mode is that you can do it through menus and clicks,
757 without needing to know GDB commands. For example, you can click 757 without needing to know GDB commands. For example, you can click
758 @kbd{Mouse-1} in the fringe or display margin of a source buffer to 758 @kbd{Mouse-1} in the fringe or display margin of a source buffer to
759 set a breakpoint there and, on a graphical display, a red bullet will 759 set a breakpoint there and, on a graphical display, a red bullet will
760 appear. If a breakpoint already exists on that line, this action will 760 appear. If a breakpoint already exists on that line, this action will
761 remove it (@code{gdb-mouse-set-clear-breakpoint}). You can also 761 remove it. You can also enable or disable a breakpoint by clicking
762 enable or disable a breakpoint by clicking @kbd{Mouse-3} on the 762 @kbd{Mouse-3} on the bullet. If you drag the debugger arrow in the
763 bullet. If you drag the debugger arrow in the fringe with 763 fringe with @kbd{Mouse-1}, execution will continue to the line where
764 @kbd{Mouse-1}, execution will continue to where you release the button 764 you release the button, provided it is still in the same frame
765 (@code{gdb-mouse-until}). Alternatively, you can click @kbd{Mouse-2} 765 (@code{gdb-mouse-until}). Alternatively, you can click @kbd{Mouse-2}
766 at some point in the fringe of this buffer and execution will advance 766 at some point in the fringe of this buffer and execution will advance
767 to there. 767 to there.
768 768
769 @vindex gud-gdb-command-name 769 @vindex gud-gdb-command-name