comparison man/building.texi @ 62143:892a16c3b886

(Debugger Operation): Update to reflect changes in GUD tooltips.
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 07 May 2005 00:07:48 +0000
parents 49280309ccbb
children 83608278e922
comparison
equal deleted inserted replaced
62142:534734b70d1a 62143:892a16c3b886
491 491
492 @cindex tooltips with GUD 492 @cindex tooltips with GUD
493 @vindex tooltip-gud-modes 493 @vindex tooltip-gud-modes
494 @vindex tooltip-gud-tips-p 494 @vindex tooltip-gud-tips-p
495 The Tooltip facility (@pxref{Tooltips}) provides support for GUD@. 495 The Tooltip facility (@pxref{Tooltips}) provides support for GUD@.
496 You activate this feature by setting the variable 496 You activate this feature by turning on the minor mode
497 @code{tooltip-gud-tips-p} to @code{t}. Then you can display a 497 @code{gud-tooltip-mode}. Then you can display a variable's value in a
498 variable's value in a tooltip simply by pointing at it with the mouse. 498 tooltip simply by pointing at it with the mouse. In graphical mode,
499 In graphical mode, with a C program, you can also display the 499 with a C program, you can also display the @code{#define} directive
500 @code{#define} directive associated with an identifier when program is 500 associated with an identifier when the program is not executing. This
501 not executing. This operates in the GUD buffer and in source buffers 501 operates in the GUD buffer and in source buffers with major modes in
502 with major modes in the list @code{tooltip-gud-modes}. 502 the list @code{gud-tooltip-modes}.
503 503
504 @node Commands of GUD 504 @node Commands of GUD
505 @subsection Commands of GUD 505 @subsection Commands of GUD
506 506
507 The GUD interaction buffer uses a variant of Shell mode, so the 507 The GUD interaction buffer uses a variant of Shell mode, so the