Function: edebug-step-mode

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

Signature

(edebug-step-mode)

Documentation

Proceed to next stop point.

Key Bindings

Aliases

edebug-step-through-mode

Source Code

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