Variable: cider-debug-display-locals
cider-debug-display-locals is a customizable variable defined in
cider-debug.el.
Value
nil
Documentation
If non-nil, local variables are displayed while debugging.
Can be toggled at any time with M-x cider-debug-toggle-locals (cider-debug-toggle-locals).
This variable was added, or its default value changed, in cider version 0.10.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-debug.el
(defcustom cider-debug-display-locals nil
"If non-nil, local variables are displayed while debugging.
Can be toggled at any time with `\\[cider-debug-toggle-locals]'."
:type 'boolean
:package-version '(cider . "0.10.0"))