]> git.eshelyaron.com Git - emacs.git/commitdiff
(Commands of GUD): Move paragraph on setting
authorNick Roberts <nickrob@snap.net.nz>
Mon, 14 Mar 2005 10:00:58 +0000 (10:00 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 14 Mar 2005 10:00:58 +0000 (10:00 +0000)
breakpoints with mouse to the GDB Graphical Interface node.

man/building.texi

index a3e3e356c8e097166612102e66ef0d6ed022c877..8d0caaae2817bb046a939b0fb2a66a77384327c2 100644 (file)
@@ -570,14 +570,6 @@ be bizarre.  See the GDB manual entry regarding @code{jump} for
 details.
 @end table
 
-With the GDB Graphical Interface, 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}).
-
   These commands interpret a numeric argument as a repeat count, when
 that makes sense.
 
@@ -658,7 +650,14 @@ 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.
+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}).
 
 @vindex gud-gdb-command-name
 @findex gdba