aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/building.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/building.texi b/man/building.texi
index c227fcddd6d..451df233b06 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -758,10 +758,10 @@ 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
759set a breakpoint there and, on a graphical display, a red bullet will 759set a breakpoint there and, on a graphical display, a red bullet will
760appear. If a breakpoint already exists on that line, this action will 760appear. If a breakpoint already exists on that line, this action will
761remove it (@code{gdb-mouse-set-clear-breakpoint}). You can also 761remove it. You can also enable or disable a breakpoint by clicking
762enable 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
763bullet. If you drag the debugger arrow in the fringe with 763fringe with @kbd{Mouse-1}, execution will continue to the line where
764@kbd{Mouse-1}, execution will continue to where you release the button 764you 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}
766at some point in the fringe of this buffer and execution will advance 766at some point in the fringe of this buffer and execution will advance
767to there. 767to there.