Variable: idlwave-shell-electric-zap-to-file

idlwave-shell-electric-zap-to-file is a customizable variable defined in idlw-shell.el.gz.

Value

t

Documentation

When entering electric debug mode, select the window displaying the file at which point is stopped. This takes point away from the shell window, but is useful for stepping, etc.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-electric-zap-to-file t
  "When entering electric debug mode, select the window displaying the
file at which point is stopped.  This takes point away from the shell
window, but is useful for stepping, etc."
  :group 'idlwave-shell-general-setup
  :type 'boolean)