emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debugging.texi


From: Luc Teirlinck
Subject: Re: debugging.texi
Date: Wed, 15 Jun 2005 18:31:45 -0500 (CDT)

Lute Kamstra wrote:

   I think your formulation is a bit misleading.  Emacs' debugger can't
   step through a primitive, gdb can.

So what about:

===File ~/debugging.texi-diff===============================
*** debugging.texi      14 Jun 2005 08:19:54 -0500      1.32
--- debugging.texi      15 Jun 2005 18:16:03 -0500      
***************
*** 350,356 ****
  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.)
  
    Here is a list of Debugger mode commands:
  
--- 350,357 ----
  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.)  You can not use the Lisp debugger
! to step through a primitive function.
  
    Here is a list of Debugger mode commands:
  
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]