comparison man/building.texi @ 79315:d80c84a0912f

(Watch Expressions): Remove obscure sentence.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 02 Nov 2007 04:12:31 +0000
parents e1394a662145
children 02b9a9aa5b0c
comparison
equal deleted inserted replaced
79314:2a7f5d50fe6f 79315:d80c84a0912f
1116 changed and @code{shadow} face to make variables which have gone out of 1116 changed and @code{shadow} face to make variables which have gone out of
1117 scope less noticeable. When a variable goes out of scope you can't 1117 scope less noticeable. When a variable goes out of scope you can't
1118 edit its value. 1118 edit its value.
1119 1119
1120 @vindex gdb-delete-out-of-scope 1120 @vindex gdb-delete-out-of-scope
1121 If the variable @code{gdb-delete-out-of-scope} is 1121 If the variable @code{gdb-delete-out-of-scope} is non-@code{nil}
1122 non-@code{nil} (the default value), Emacs automatically deletes watch 1122 (the default value), Emacs automatically deletes watch expressions
1123 expressions which go out of scope. This is safest because GDB may 1123 which go out of scope. Sometimes, when re-entering the same function,
1124 think that a variable in a new frame is an old one that previously
1125 went of of scope. Sometimes, when re-entering the same function,
1126 it may be useful to set this value to nil so that you don't need to 1124 it may be useful to set this value to nil so that you don't need to
1127 recreate the watch expression. 1125 recreate the watch expression.
1128 1126
1129 @vindex gdb-use-colon-colon-notation 1127 @vindex gdb-use-colon-colon-notation
1130 If the variable @code{gdb-use-colon-colon-notation} is 1128 If the variable @code{gdb-use-colon-colon-notation} is