Variable: idlwave-shell-automatic-electric-debug
idlwave-shell-automatic-electric-debug is a customizable variable
defined in idlw-shell.el.gz.
Value
breakpoint
Documentation
Enter the electric-debug minor mode automatically.
This occurs at a breakpoint or any other halt. The mode is exited
upon return to the main level. Can be set to breakpoint to enter
electric debug mode only when breakpoints are tripped.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-automatic-electric-debug 'breakpoint
"Enter the electric-debug minor mode automatically.
This occurs at a breakpoint or any other halt. The mode is exited
upon return to the main level. Can be set to `breakpoint' to enter
electric debug mode only when breakpoints are tripped."
:group 'idlwave-shell-general-setup
:type '(choice
(const :tag "never" nil)
(const :tag "always" t)
(const :tag "for breakpoints only" breakpoint)))