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

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

Re: How to stop all edebug?


From: Michael Heerdegen
Subject: Re: How to stop all edebug?
Date: Thu, 24 Oct 2019 13:09:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Magne Ingebrigtsen <lmi@gnus.org> writes:

> > (dolist (function (edebug--edebug-on-entry-functions))
> >   (put function 'edebug-on-entry nil))
>
> That doesn't remove the edebugging, though -- it just removes the "stop"
> instrumentation on those functions.  (So edebug-on-entry isn't analogous
> to debug-on-entry, confusingly enough.)

Yes, and you already have added a command
`edebug-remove-instrumentation' ("Remove Edebug instrumentation from all
functions.") to master 4 days ago which does the other part.

Michael.



reply via email to

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