summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-12-09 12:47:03 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-12-09 12:47:03 +0200
commitb7208e17c94ba1a8e898996d268bdc5f06a258a5 (patch)
treef95f01a60381b8dc692b3a020c0830147fb556b2 /doc
parent207bab1a303c15cfccf5ca7ef125587c4dd4bfdd (diff)
Add a note about *nrepl-messages* in the Troubleshooting section of the manual
Diffstat (limited to 'doc')
-rw-r--r--doc/troubleshooting.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md
index 21958049..982d8ddc 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -5,6 +5,10 @@ Generally, it's not a bad idea to configure Emacs to spit the backtrace on error
(instead of just logging the error in the `*Messages*` buffer). You can toggle
this behavior by using <kbd>M-x</kbd> `toggle-debug-on-error`.
+Another good idea is to check the exchange of requests and responses between
+CIDER and the nREPL server. You can find them in the `*nrepl-messages*` buffer,
+provided you've enabled nREPL message logging.
+
## Debugging CIDER commands
Emacs features a super powerful built-in