Skip to content

Commit

Permalink
[Fix #1141] Mention how to uninstrument a form in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 18, 2015
1 parent 331020d commit 11859d1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,9 +874,9 @@ Keyboard shortcut | Description
### cider-debug
<!-- Technically this is not a mode (yet), but let's not burden the user with that knowledge. -->

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

Keyboard shortcut | Description
--------------------------------|-------------------------------
Expand All @@ -888,6 +888,10 @@ Keyboard shortcut | Description
<kbd>l</kbd> | List local variables
<kbd>q</kbd> | Quit execution

To uninstrument a form, after having instrumented it with <kbd>C-u C-M-x</kbd>
you just have to evaluate the form again as you'd normally do (e.g. with
<kbd>C-M-x</kbd>).

### Managing multiple sessions

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

0 comments on commit 11859d1

Please sign in to comment.