summaryrefslogtreecommitdiff
path: root/devdocs/elisp/edebug-and-macros.html
blob: d7e1ffd6aaf4c4e3ff9003ca17256c8bf1afe075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 <h4 class="subsection">Edebug and Macros</h4> <p>To make Edebug properly instrument expressions that call macros, some extra care is needed. This subsection explains the details. </p> <table class="menu" border="0" cellspacing="0"> <tr>
<td align="left" valign="top">• <a href="instrumenting-macro-calls" accesskey="1">Instrumenting Macro Calls</a>
</td>
<td> </td>
<td align="left" valign="top">The basic problem. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="specification-list" accesskey="2">Specification List</a>
</td>
<td> </td>
<td align="left" valign="top">How to specify complex patterns of evaluation. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="backtracking" accesskey="3">Backtracking</a>
</td>
<td> </td>
<td align="left" valign="top">What Edebug does when matching fails. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="specification-examples" accesskey="4">Specification Examples</a>
</td>
<td> </td>
<td align="left" valign="top">To help understand specifications. </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/Edebug-and-Macros.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Edebug-and-Macros.html</a>
  </p>
</div>