diff options
Diffstat (limited to 'doc/lispref/debugging.texi')
-rw-r--r-- | doc/lispref/debugging.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 2daa8a5578f..1b1f87465db 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -336,6 +336,7 @@ which is not currently set up to break on change. @cindex debugger, explicit entry @cindex force entry to debugger +@cindex @code{eval-defun}, and explicit entry to debugger You can cause the debugger to be called at a certain point in your program by writing the expression @code{(debug)} at that point. To do this, visit the source file, insert the text @samp{(debug)} at the |