From: Nick Roberts Date: Thu, 28 Apr 2005 06:52:01 +0000 (+0000) Subject: (Debugger Operation): Add description for X-Git-Tag: ttn-vms-21-2-B4~690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=500509e22d5c857e9853e8b5c848bd5cacf8d0de;p=emacs.git (Debugger Operation): Add description for GUD tooltips when program is not running. --- diff --git a/man/building.texi b/man/building.texi index 408d0eb339a..def46039c5f 100644 --- a/man/building.texi +++ b/man/building.texi @@ -496,6 +496,8 @@ history commands to repeat them. @xref{Shell Mode}. You activate this feature by setting the variable @code{tooltip-gud-tips-p} to @code{t}. Then you can display a variable's value in a tooltip simply by pointing at it with the mouse. +In graphical mode, with a C program, you can also display the #define +directive assiciated with an identifier when program is not executing. This operates in the GUD buffer and in source buffers with major modes in the list @code{tooltip-gud-modes}. @@ -907,7 +909,7 @@ current frame for simple data types (@pxref{Frame Info,,, gdb, The GNU debugger}). Arrays and structures display their type only. You must display them -separately to examine their values. @ref{Watch Expressions}. +separately to examine their values. @xref{Watch Expressions}. @item Registers Buffer The registers buffer displays the values held by the registers