Skip to content

Commit 11859d1

Browse files
committed
[Fix #1141] Mention how to uninstrument a form in the README
1 parent 331020d commit 11859d1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,9 @@ Keyboard shortcut | Description
874874
### cider-debug
875875
<!-- Technically this is not a mode (yet), but let's not burden the user with that knowledge. -->
876876

877-
cider-debug (invoked with <kbd>C-u C-M-x</kbd>) tries to be consistent with
878-
Edebug. So it makes available the following bindings while stepping through
879-
code.
877+
`cider-debug` (invoked with <kbd>C-u C-M-x</kbd>) tries to be consistent with
878+
[Edebug](http://www.gnu.org/software/emacs/manual/html_node/elisp/Edebug.html). So
879+
it makes available the following bindings while stepping through code.
880880

881881
Keyboard shortcut | Description
882882
--------------------------------|-------------------------------
@@ -888,6 +888,10 @@ Keyboard shortcut | Description
888888
<kbd>l</kbd> | List local variables
889889
<kbd>q</kbd> | Quit execution
890890

891+
To uninstrument a form, after having instrumented it with <kbd>C-u C-M-x</kbd>
892+
you just have to evaluate the form again as you'd normally do (e.g. with
893+
<kbd>C-M-x</kbd>).
894+
891895
### Managing multiple sessions
892896

893897
You can connect to multiple nREPL servers using <kbd>M-x

0 commit comments

Comments
 (0)