Function: cider-debug-in

cider-debug-in is an interactive and byte-compiled function defined in cider-debug.el.

Signature

(cider-debug-in)

Documentation

Step into the function about to be called.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defun cider-debug-in ()
  "Step into the function about to be called."
  (interactive)
  (cider-debug-mode-send-reply ":in"))