File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ C-M-x</kbd>) is a quick way of evaluating the current top-level form with `#dbg`
34
34
in front.
35
35
36
36
At any point, you can bring up a list of all currently instrumented ` def ` s with
37
- the command ` cider-browse-instrumented-defs ` . Protocols and types can be
38
- instrumented as well, but they will not be listed by this command.
37
+ the command < kbd >M-x</ kbd > ` cider-browse-instrumented-defs ` . Protocols and types
38
+ can be instrumented as well, but they will not be listed by this command.
39
39
40
40
## Keys
41
41
@@ -140,9 +140,9 @@ C-M-x` or `C-u C-u C-c C-c`.
140
140
141
141
## Internal Details
142
142
143
- * This section explains a bit of the inner workings of the debugger. It is mostly
144
- to help those who are interested in contributing, and doesn't teach anything
145
- about usage.*
143
+ * This section explains a bit of the inner workings of the debugger. It is
144
+ intended mostly to help those who are interested in contributing, and doesn't
145
+ teach anything about the debugger's usage.*
146
146
147
147
The CIDER debugger works in several steps:
148
148
You can’t perform that action at this time.
0 commit comments