Skip to content

Commit 9fa3f31

Browse files
committed
Document verbose-debug
1 parent b2ac07d commit 9fa3f31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,15 @@ using the debugger.
10121012

10131013
Check the value of `nrepl-log-messages`. It should be non-nil.
10141014

1015+
### `cider-debug` complains that it “failed to instrument ...”
1016+
1017+
In the REPL buffer, issue the following.
1018+
1019+
your.namespace> (ns cider.nrepl.middleware.util.instrument)
1020+
cider.nrepl.middleware.util.instrument> (def verbose-debug true)
1021+
1022+
This will cause cider to print extensive information on the REPL buffer when you try to debug an expression (e.g., with `C-u C-M-x`). [File an issue](https://github.com/clojure-emacs/cider-repl/issues/new) and copy this information.
1023+
10151024
## Documentation
10161025

10171026
A single-page quick reference PDF for CIDER commands is available [here](doc/cider-refcard.pdf). This PDF can be created manually by running `pdflatex` on [the CIDER refcard LaTeX file](doc/cider-refcard.tex).

0 commit comments

Comments
 (0)