Variable: gdb-display-io-nopopup
gdb-display-io-nopopup is a customizable variable defined in
gdb-mi.el.gz.
Value
nil
Documentation
When non-nil, and the gdb-inferior-io buffer is buried, don't pop it up.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-display-io-nopopup nil
"When non-nil, and the `gdb-inferior-io' buffer is buried, don't pop it up."
:type 'boolean
:group 'gdb
:version "25.1")