# HG changeset patch # User Luc Teirlinck # Date 1118952408 0 # Node ID 8981e470ace714487189cdeefb4b416fa132acde # Parent 6a65d76dec017659ad4594c35074a71c391a16c5 (Debugger Commands): Mention that the Lisp debugger can not step through primitive functions. diff -r 6a65d76dec01 -r 8981e470ace7 lispref/debugging.texi --- a/lispref/debugging.texi Thu Jun 16 16:32:59 2005 +0000 +++ b/lispref/debugging.texi Thu Jun 16 20:06:48 2005 +0000 @@ -350,7 +350,8 @@ 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: