comparison man/building.texi @ 69060:89f6168254d0

(Watch Expressions): Update and describe gdb-speedbar-auto-raise.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 21 Feb 2006 03:57:43 +0000
parents 975b35e84a88
children 601830ae280c d1c5430c5bff
comparison
equal deleted inserted replaced
69059:19734224bb45 69060:89f6168254d0
957 @vindex gdb-show-changed-values 957 @vindex gdb-show-changed-values
958 If you set the variable @code{gdb-show-changed-values} to 958 If you set the variable @code{gdb-show-changed-values} to
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
966 non-@code{nil}, Emacs uses the @samp{@var{function}::@var{variable}} 967 non-@code{nil}, Emacs uses the @samp{@var{function}::@var{variable}}
967 format to display variables in the speedbar. Since this does not work 968 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}.
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.
970 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
974 @table @asis 981 @table @asis