help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: unedebug-defun?


From: Glenn Morris
Subject: Re: unedebug-defun?
Date: Thu, 11 Sep 2003 15:16:47 +0100
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

David Abrahams wrote:

> Once I do `M-x edebug-defun' there appears to be no easy way to keep
> edebug from stopping at the beginning of the function forevermore.

>From "Instrumenting for Edebug" section of elisp manual:

   To remove instrumentation from a definition, simply re-evaluate its
   definition in a way that does not instrument.

So, for example, M-x eval-defun.


reply via email to

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