summaryrefslogtreecommitdiff
path: root/devdocs/elisp/breaks.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/breaks.html
new repository
Diffstat (limited to 'devdocs/elisp/breaks.html')
-rw-r--r--devdocs/elisp/breaks.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/devdocs/elisp/breaks.html b/devdocs/elisp/breaks.html
new file mode 100644
index 00000000..011515cd
--- /dev/null
+++ b/devdocs/elisp/breaks.html
@@ -0,0 +1,21 @@
+ <h4 class="subsection">Breaks</h4> <p>Edebug’s step mode stops execution when the next stop point is reached. There are three other ways to stop Edebug execution once it has started: breakpoints, the global break condition, and source breakpoints. </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="breakpoints" accesskey="1">Breakpoints</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Breakpoints at stop points. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="global-break-condition" accesskey="2">Global Break Condition</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Breaking on an event. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="source-breakpoints" accesskey="3">Source Breakpoints</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Embedding breakpoints in source code. </td>
+</tr> </table><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Breaks.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Breaks.html</a>
+ </p>
+</div>