From 11859d18b414f863863c8a10f02c29e863425a43 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 18 Jun 2015 17:57:26 +0300 Subject: [PATCH] [Fix #1141] Mention how to uninstrument a form in the README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b8b36387..d60d5ae54 100644 --- a/README.md +++ b/README.md @@ -874,9 +874,9 @@ Keyboard shortcut | Description ### cider-debug -cider-debug (invoked with C-u C-M-x) tries to be consistent with -Edebug. So it makes available the following bindings while stepping through -code. +`cider-debug` (invoked with C-u C-M-x) 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 --------------------------------|------------------------------- @@ -888,6 +888,10 @@ Keyboard shortcut | Description l | List local variables q | Quit execution +To uninstrument a form, after having instrumented it with C-u C-M-x +you just have to evaluate the form again as you'd normally do (e.g. with +C-M-x). + ### Managing multiple sessions You can connect to multiple nREPL servers using M-x