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

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

bug#15843: 24.3.50; Edebug feature request


From: Lars Ingebrigtsen
Subject: bug#15843: 24.3.50; Edebug feature request
Date: Sun, 20 Oct 2019 11:16:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Nathan Trapuzzano <nbtrap@nbtrap.com> writes:

> Edebug would benefit from something like debug.el's
> `cancel-debug-on-entry'.  Especially after stepping through large
> functions and into other functions therefrom, it's annoying to have to
> manually re-eval them to remove the extra forms added by Edebug.

I think this sounds like a useful command -- I often find myself having
edebug-instrumented a whole bunch of functions, and having to manually
re-eval all of them is tedious.

So a command like `edebug-cancel-all-functions' would be nice, and I
looked into the bowels of edebug.el to see whether that would be
easy...  and...  I think so?

I think we basically have to go through all the symbols and see whether
any of those are edebugged, and if so, call `edebug-unwrap*' on them and
set the function definition to that?

Or is there a better way?

-- 
(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]