You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and using it is the best way to diagnose problems of any kind. To debug CIDER's
990
+
REPL initialization it's a good idea to hook into one of its entry points. Add a
991
+
breakpoint to `cider-make-repl` (`C-u C-M-x`, while its body). Next time you
992
+
start CIDER you'll be dropped in the debugger and you can step forward until you
993
+
find the problem.
994
+
995
+
Here's a [great crash course](https://www.youtube.com/watch?v=odkYXXYOxpo) on
996
+
using the debugger.
997
+
998
+
### Missing `*nrepl-messages*` buffer
999
+
1000
+
Check the value of `nrepl-log-messages`. It should be non-nil.
1001
+
968
1002
## Documentation
969
1003
970
1004
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