Function: cider-debug-inject
cider-debug-inject is an interactive and byte-compiled function
defined in cider-debug.el.
Signature
(cider-debug-inject)
Documentation
Read an expression and replace the current value with its result.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defun cider-debug-inject ()
"Read an expression and replace the current value with its result."
(interactive)
(cider-debug-mode-send-reply ":inject"))