diff options
| author | Luc Teirlinck | 2005-06-16 20:06:48 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-06-16 20:06:48 +0000 |
| commit | 12f0e0436a6f466e96de7f130c4d422c3b1b2006 (patch) | |
| tree | 4a646e267d5afff7f70e388c8bc963089286e5e4 /lispref/debugging.texi | |
| parent | 246d1dba8dedf0a3548eb13d9fdd793f1f2a9e3b (diff) | |
| download | emacs-12f0e0436a6f466e96de7f130c4d422c3b1b2006.tar.gz emacs-12f0e0436a6f466e96de7f130c4d422c3b1b2006.zip | |
(Debugger Commands): Mention that the Lisp debugger can not step
through primitive functions.
Diffstat (limited to 'lispref/debugging.texi')
| -rw-r--r-- | lispref/debugging.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 739dd1fe298..75be0462d66 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi | |||
| @@ -350,7 +350,8 @@ structures of an interpreted function, but cannot do so in a | |||
| 350 | byte-compiled function. If you would like to step through a | 350 | byte-compiled function. If you would like to step through a |
| 351 | byte-compiled function, replace it with an interpreted definition of | 351 | byte-compiled function, replace it with an interpreted definition of |
| 352 | the same function. (To do this, visit the source for the function and | 352 | the same function. (To do this, visit the source for the function and |
| 353 | type @kbd{C-M-x} on its definition.) | 353 | type @kbd{C-M-x} on its definition.) You can not use the Lisp debugger |
| 354 | to step through a primitive function. | ||
| 354 | 355 | ||
| 355 | Here is a list of Debugger mode commands: | 356 | Here is a list of Debugger mode commands: |
| 356 | 357 | ||