File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -874,9 +874,9 @@ Keyboard shortcut | Description
874
874
### cider-debug
875
875
<!-- Technically this is not a mode (yet), but let's not burden the user with that knowledge. -->
876
876
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.
880
880
881
881
Keyboard shortcut | Description
882
882
--------------------------------|-------------------------------
@@ -888,6 +888,10 @@ Keyboard shortcut | Description
888
888
<kbd >l</kbd > | List local variables
889
889
<kbd >q</kbd > | Quit execution
890
890
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
+
891
895
### Managing multiple sessions
892
896
893
897
You can connect to multiple nREPL servers using <kbd >M-x
You can’t perform that action at this time.
0 commit comments