Function: edebug-next-mode

edebug-next-mode is an interactive and byte-compiled function defined in edebug.el.gz.

Signature

(edebug-next-mode)

Documentation

Proceed to next after stop point.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defun edebug-next-mode ()
  "Proceed to next `after' stop point."
  (interactive)
  (edebug-set-mode 'next "" "Edebug will stop after next eval."))