]> code.delx.au - gnu-emacs/commitdiff
(Debugger Commands): Mention that the Lisp debugger can not step
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 16 Jun 2005 20:06:48 +0000 (20:06 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 16 Jun 2005 20:06:48 +0000 (20:06 +0000)
through primitive functions.

lispref/debugging.texi

index 739dd1fe298c46952473744ee97f94da25c4ee0d..75be0462d66ab3567b82575103dc72b6e46540d8 100644 (file)
@@ -350,7 +350,8 @@ structures of an interpreted function, but cannot do so in a
 byte-compiled function.  If you would like to step through a
 byte-compiled function, replace it with an interpreted definition of
 the same function.  (To do this, visit the source for the function and
-type @kbd{C-M-x} on its definition.)
+type @kbd{C-M-x} on its definition.)  You can not use the Lisp debugger
+to step through a primitive function.
 
   Here is a list of Debugger mode commands: