Variable: python-pdbtrack-kill-buffers
python-pdbtrack-kill-buffers is a customizable variable defined in
python.el.gz.
Value
t
Documentation
If non-nil, kill buffers when pdbtracking session is over.
Only buffers opened by pdbtracking will be killed.
See python-pdbtrack-activate for pdbtracking session overview.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-pdbtrack-kill-buffers t
"If non-nil, kill buffers when pdbtracking session is over.
Only buffers opened by pdbtracking will be killed.
See `python-pdbtrack-activate' for pdbtracking session overview."
:type 'boolean
:version "27.1")