Variable: gdb-default-window-configuration-file
gdb-default-window-configuration-file is a customizable variable
defined in gdb-mi.el.gz.
Value
nil
Documentation
If non-nil, load this window configuration (layout) on startup.
This should be the full name of the window configuration file.
If this is not an absolute path, GDB treats it as a relative path
and looks under gdb-window-configuration-directory.
Note that this variable only takes effect when variable
gdb-many-windows(var)/gdb-many-windows(fun) is t.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-default-window-configuration-file nil
"If non-nil, load this window configuration (layout) on startup.
This should be the full name of the window configuration file.
If this is not an absolute path, GDB treats it as a relative path
and looks under `gdb-window-configuration-directory'.
Note that this variable only takes effect when variable
`gdb-many-windows' is t."
:type '(choice (const :tag "None" nil)
string)
:group 'gdb
:version "28.1")