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: Lars Magne Ingebrigtsen
Subject: Re: How to stop all edebug?
Date: Wed, 23 Oct 2019 09:31:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> There has been a commit to the master branch some days ago that makes
> `cancel-edebug-on-entry' do that by default (confirm with an empty
> prompt).  If you don't use the master branch, this is the code that does
> what you want:
>
> (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.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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