diff options
| author | Nick Roberts | 2006-02-21 03:57:43 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-02-21 03:57:43 +0000 |
| commit | 3fc64795f4cefda4dedeabf4136eaad49845406d (patch) | |
| tree | 27d381bdebbb0f20072b24158131a16a8a8a9a9c | |
| parent | bc11841efe5a9a188276c05f12fa16dc9d4f6fda (diff) | |
| download | emacs-3fc64795f4cefda4dedeabf4136eaad49845406d.tar.gz emacs-3fc64795f4cefda4dedeabf4136eaad49845406d.zip | |
(Watch Expressions): Update and describe gdb-speedbar-auto-raise.
| -rw-r--r-- | man/building.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/building.texi b/man/building.texi index a54b0e8b631..ccabf22b549 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -959,7 +959,8 @@ edit it. Either way, this reads the new value using the minibuffer. | |||
| 959 | non-@code{nil} (the default value), Emacs uses | 959 | non-@code{nil} (the default value), Emacs uses |
| 960 | @code{font-lock-warning-face} to highlight values that have recently | 960 | @code{font-lock-warning-face} to highlight values that have recently |
| 961 | changed and @code{shadow} face to make variables which have gone out of | 961 | changed and @code{shadow} face to make variables which have gone out of |
| 962 | scope less noticeable. | 962 | scope less noticeable. When a variable goes out of scope you can't |
| 963 | edit its value. | ||
| 963 | 964 | ||
| 964 | @vindex gdb-use-colon-colon-notation | 965 | @vindex gdb-use-colon-colon-notation |
| 965 | If the variable @code{gdb-use-colon-colon-notation} is | 966 | If the variable @code{gdb-use-colon-colon-notation} is |
| @@ -968,6 +969,12 @@ format to display variables in the speedbar. Since this does not work | |||
| 968 | for variables defined in compound statements, the default value is | 969 | for variables defined in compound statements, the default value is |
| 969 | @code{nil}. | 970 | @code{nil}. |
| 970 | 971 | ||
| 972 | @vindex gdb-speedbar-auto-raise | ||
| 973 | To automatically raise the speedbar every time the display of watch | ||
| 974 | expressions updates, set @code{gdb-speedbar-auto-raise} to | ||
| 975 | non-@code{nil}. This can be useful if you are debugging with a full | ||
| 976 | screen Emacs frame. | ||
| 977 | |||
| 971 | @node Other GDB User Interface Buffers | 978 | @node Other GDB User Interface Buffers |
| 972 | @subsubsection Other Buffers | 979 | @subsubsection Other Buffers |
| 973 | 980 | ||