Function: idlwave-shell-goto-previous-bp

idlwave-shell-goto-previous-bp is an interactive and byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-goto-previous-bp)

Documentation

Move to the previous breakpoint in the buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-goto-previous-bp ()
  "Move to the previous breakpoint in the buffer."
  (interactive)
  (idlwave-shell-move-to-bp -1))