Variable: gdb-delete-out-of-scope
gdb-delete-out-of-scope is a customizable variable defined in
gdb-mi.el.gz.
Value
t
Documentation
If non-nil delete watch expressions automatically when they go out of scope.
This variable was added, or its default value changed, in Emacs 22.2.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-delete-out-of-scope t
"If non-nil delete watch expressions automatically when they go out of scope."
:type 'boolean
:group 'gdb
:version "22.2")