diff options
| author | Nick Roberts | 2005-04-28 06:52:01 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-04-28 06:52:01 +0000 |
| commit | 500509e22d5c857e9853e8b5c848bd5cacf8d0de (patch) | |
| tree | dc5ca6a7d22994d6016239b6c08a6fff1e2e2786 | |
| parent | 7faf5381e31793a9ab2ca0e4f236ab2d20079332 (diff) | |
| download | emacs-500509e22d5c857e9853e8b5c848bd5cacf8d0de.tar.gz emacs-500509e22d5c857e9853e8b5c848bd5cacf8d0de.zip | |
(Debugger Operation): Add description for
GUD tooltips when program is not running.
| -rw-r--r-- | man/building.texi | 4 |
1 files changed, 3 insertions, 1 deletions
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}. | |||
| 496 | You activate this feature by setting the variable | 496 | You activate this feature by setting the variable |
| 497 | @code{tooltip-gud-tips-p} to @code{t}. Then you can display a | 497 | @code{tooltip-gud-tips-p} to @code{t}. Then you can display a |
| 498 | variable's value in a tooltip simply by pointing at it with the mouse. | 498 | variable's value in a tooltip simply by pointing at it with the mouse. |
| 499 | In graphical mode, with a C program, you can also display the #define | ||
| 500 | directive assiciated with an identifier when program is not executing. | ||
| 499 | This operates in the GUD buffer and in source buffers with major modes | 501 | This operates in the GUD buffer and in source buffers with major modes |
| 500 | in the list @code{tooltip-gud-modes}. | 502 | in the list @code{tooltip-gud-modes}. |
| 501 | 503 | ||
| @@ -907,7 +909,7 @@ current frame for simple data types (@pxref{Frame Info,,, gdb, The GNU | |||
| 907 | debugger}). | 909 | debugger}). |
| 908 | 910 | ||
| 909 | Arrays and structures display their type only. You must display them | 911 | Arrays and structures display their type only. You must display them |
| 910 | separately to examine their values. @ref{Watch Expressions}. | 912 | separately to examine their values. @xref{Watch Expressions}. |
| 911 | 913 | ||
| 912 | @item Registers Buffer | 914 | @item Registers Buffer |
| 913 | The registers buffer displays the values held by the registers | 915 | The registers buffer displays the values held by the registers |