Variable: gud-tooltip-modes
gud-tooltip-modes is a customizable variable defined in gud.el.gz.
Value
(gud-mode c-mode c++-mode fortran-mode python-mode c-ts-mode c++-ts-mode python-ts-mode)
Documentation
List of modes for which to enable GUD tooltips.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-tooltip-modes '( gud-mode c-mode c++-mode fortran-mode
python-mode c-ts-mode c++-ts-mode
python-ts-mode)
"List of modes for which to enable GUD tooltips."
:type '(repeat (symbol :tag "Major mode"))
:group 'tooltip)