Variable: python-pdbtrack-exit-command
python-pdbtrack-exit-command is a customizable variable defined in
python.el.gz.
Value
("q" "quit" "exit")
Documentation
Pdb exit command aliases.
After one of this commands is sent to pdb, pdbtracking session is considered over.
See python-pdbtrack-activate for pdbtracking session overview.
This variable was added, or its default value changed, in Emacs 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-pdbtrack-exit-command '("q" "quit" "exit")
"Pdb `exit' command aliases.
After one of this commands is sent to pdb, pdbtracking session is
considered over.
See `python-pdbtrack-activate' for pdbtracking session overview."
:type '(repeat string)
:version "27.1")