Function: cider-debug-locals

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

Signature

(cider-debug-locals)

Documentation

Inspect the local variables of the current debugging context.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defun cider-debug-locals ()
  "Inspect the local variables of the current debugging context."
  (interactive)
  (cider-debug-mode-send-reply ":locals"))