Function: idlwave-shell-bp-query
idlwave-shell-bp-query is an interactive and byte-compiled function
defined in idlw-shell.el.gz.
Signature
(idlwave-shell-bp-query &optional NO-SHOW)
Documentation
Reconcile idlwave-shell's breakpoint list with IDL's.
Queries IDL using the string in idlwave-shell-bp-query(var)/idlwave-shell-bp-query(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defun idlwave-shell-bp-query (&optional no-show)
"Reconcile idlwave-shell's breakpoint list with IDL's.
Queries IDL using the string in `idlwave-shell-bp-query'."
(interactive)
(idlwave-shell-send-command idlwave-shell-bp-query
`(progn
(idlwave-shell-filter-bp (quote ,no-show)))
'hide))