summaryrefslogtreecommitdiff
path: root/devdocs/elisp/the-outside-context.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/the-outside-context.html
new repository
Diffstat (limited to 'devdocs/elisp/the-outside-context.html')
-rw-r--r--devdocs/elisp/the-outside-context.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/devdocs/elisp/the-outside-context.html b/devdocs/elisp/the-outside-context.html
new file mode 100644
index 00000000..d7119b21
--- /dev/null
+++ b/devdocs/elisp/the-outside-context.html
@@ -0,0 +1,21 @@
+ <h4 class="subsection">The Outside Context</h4> <p>Edebug tries to be transparent to the program you are debugging, but it does not succeed completely. Edebug also tries to be transparent when you evaluate expressions with <kbd>e</kbd> or with the evaluation list buffer, by temporarily restoring the outside context. This section explains precisely what context Edebug restores, and how Edebug fails to be completely transparent. </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="checking-whether-to-stop" accesskey="1">Checking Whether to Stop</a>
+</td>
+<td> </td>
+<td align="left" valign="top">When Edebug decides what to do. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="edebug-display-update" accesskey="2">Edebug Display Update</a>
+</td>
+<td> </td>
+<td align="left" valign="top">When Edebug updates the display. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="edebug-recursive-edit" accesskey="3">Edebug Recursive Edit</a>
+</td>
+<td> </td>
+<td align="left" valign="top">When Edebug stops execution. </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/The-Outside-Context.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/The-Outside-Context.html</a>
+ </p>
+</div>