diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-10-25 03:49:15 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-10-25 03:49:15 +0000 |
commit | 6bc7646bdbc4f15fa0f8f4a5063b00cc75def977 (patch) | |
tree | 1a127a0dd3d0c490090bc1a93ea88e8ae1916dd3 /man/building.texi | |
parent | 68e4964d3ef0fedb8a155a4394bccf5c5c9e4e8f (diff) | |
download | emacs-6bc7646bdbc4f15fa0f8f4a5063b00cc75def977.tar.gz |
(GDB Graphical Interface): Describe gdb-mouse-until.
Diffstat (limited to 'man/building.texi')
-rw-r--r-- | man/building.texi | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/man/building.texi b/man/building.texi index 01a91e9be7b..c227fcddd6d 100644 --- a/man/building.texi +++ b/man/building.texi @@ -754,14 +754,17 @@ ignores any numeric argument. interface where you view and control the program's data using Emacs windows. You can still interact with GDB through the GUD buffer, but the point of this mode is that you can do it through menus and clicks, -without needing to know GDB commands. For example, you can click -@kbd{Mouse-1} on a line of the source buffer, in the fringe or display -margin, to set a breakpoint there. If a breakpoint already exists on -that line, this action will remove it -(@code{gdb-mouse-set-clear-breakpoint}). Where Emacs uses the margin -to display breakpoints, it is also possible to enable or disable them -when you click @kbd{Mouse-3} there -(@code{gdb-mouse-toggle-breakpoint}). +without needing to know GDB commands. For example, you can click +@kbd{Mouse-1} in the fringe or display margin of a source buffer to +set a breakpoint there and, on a graphical display, a red bullet will +appear. If a breakpoint already exists on that line, this action will +remove it (@code{gdb-mouse-set-clear-breakpoint}). You can also +enable or disable a breakpoint by clicking @kbd{Mouse-3} on the +bullet. If you drag the debugger arrow in the fringe with +@kbd{Mouse-1}, execution will continue to where you release the button +(@code{gdb-mouse-until}). Alternatively, you can click @kbd{Mouse-2} +at some point in the fringe of this buffer and execution will advance +to there. @vindex gud-gdb-command-name @findex gdba |