Variable: gdb-display-io-buffer

gdb-display-io-buffer is a customizable variable defined in gdb-mi.el.gz.

Value

t

Documentation

When non-nil, display the separate gdb-inferior-io buffer.

Otherwise, send program output to the GDB buffer.

This variable was added, or its default value changed, in Emacs 30.1.

View in manual

Probably introduced at or before Emacs version 30.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-display-io-buffer t
  "When non-nil, display the separate `gdb-inferior-io' buffer.
Otherwise, send program output to the GDB buffer."
  :type 'boolean
  :group 'gdb-buffers
  :version "30.1")