We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d2692 commit 05b72b9Copy full SHA for 05b72b9
doc/modules/ROOT/pages/debugging/debugger.adoc
@@ -23,8 +23,7 @@ debugging mode and will prompt you for what to do next. You can remove
23
the instrumentation by evaluating the form again normally, using
24
kbd:[C-M-x].
25
26
-You can also insert a breakpoint manually into any code
27
-manually by placing `#break` in front of the form where you want the
+You can also insert a breakpoint manually into any code by placing `#break` in front of the form where you want the
28
breakpoint to trigger and then evaluating the form with
29
kbd:[C-M-x]. When execution reaches the form after the `#break`,
30
you'll be dropped into the debugger.
0 commit comments