Variable: idlwave-shell-activate-prefix-keybindings

idlwave-shell-activate-prefix-keybindings is a customizable variable defined in idlw-shell.el.gz.

Value

t

Documentation

Non-nil means, the debug commands will be bound to the prefix key.

The prefix key itself is given in the option idlwave-shell-prefix-key. So by default setting a breakpoint will be on C-c C-d C-b.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-activate-prefix-keybindings t
  "Non-nil means, the debug commands will be bound to the prefix key.
The prefix key itself is given in the option `idlwave-shell-prefix-key'.
So by default setting a breakpoint will be on C-c C-d C-b."
  :group 'idlwave-shell-general-setup
  :type 'boolean)