Function: cider-debug-inspect-expr

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

Signature

(cider-debug-inspect-expr)

Documentation

Read an expression, evaluate it in the debugger's scope and inspect it.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defun cider-debug-inspect-expr ()
  "Read an expression, evaluate it in the debugger's scope and inspect it."
  (interactive)
  (cider-debug-mode-send-reply ":inspect-prompt"))