From: Nick Roberts Date: Tue, 21 Feb 2006 03:57:43 +0000 (+0000) Subject: (Watch Expressions): Update and describe gdb-speedbar-auto-raise. X-Git-Tag: emacs-pretest-22.0.90~3982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fc64795f4cefda4dedeabf4136eaad49845406d;p=emacs.git (Watch Expressions): Update and describe gdb-speedbar-auto-raise. --- 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. non-@code{nil} (the default value), Emacs uses @code{font-lock-warning-face} to highlight values that have recently changed and @code{shadow} face to make variables which have gone out of -scope less noticeable. +scope less noticeable. When a variable goes out of scope you can't +edit its value. @vindex gdb-use-colon-colon-notation 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 for variables defined in compound statements, the default value is @code{nil}. +@vindex gdb-speedbar-auto-raise +To automatically raise the speedbar every time the display of watch +expressions updates, set @code{gdb-speedbar-auto-raise} to +non-@code{nil}. This can be useful if you are debugging with a full +screen Emacs frame. + @node Other GDB User Interface Buffers @subsubsection Other Buffers