summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-10-14 16:27:21 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-10-14 16:27:21 +0300
commit5f6e73bd906d44072801374c066eac5cbcdd0dff (patch)
tree099ecbb12e31dc74d0c16e9fe5f70983dbd2fd05 /README.md
parentac36215e95cebc0648974ca1d38df71cda798ae8 (diff)
Mention nrepl-log-messages
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4689b05e..9078341c 100644
--- a/README.md
+++ b/README.md
@@ -166,6 +166,14 @@ experience.
(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode)
```
+* Log communication with the nREPL server (**extremely useful for debugging CIDER problems**):
+
+```el
+(setq nrepl-log-messages t)
+```
+
+The log will go to the buffer `*nrepl-messages*`.
+
* You can hide the `*nrepl-connection*` and `*nrepl-server*` buffers
from appearing in some buffer switching commands like
`switch-to-buffer`(<kbd>C-x b</kbd>) like this: