Function: cider-debug-inspect

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

Signature

(cider-debug-inspect)

Documentation

Inspect the current value in the CIDER inspector.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defun cider-debug-inspect ()
  "Inspect the current value in the CIDER inspector."
  (interactive)
  (cider-debug-mode-send-reply ":inspect"))