GNU bug report logs - #15843
Add cancel-edebug-on-entry or similar

Previous Next

Package: emacs;

Reported by: Nathan Trapuzzano <nbtrap <at> nbtrap.com>

Date: Sat, 9 Nov 2013 21:43:02 UTC

Severity: wishlist

Tags: fixed

Found in version 24.3.50

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #22 received at 15843 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Nathan Trapuzzano <nbtrap <at> nbtrap.com>
Cc: 15843 <at> debbugs.gnu.org
Subject: Re: bug#15843: 24.3.50; Edebug feature request
Date: Sun, 20 Oct 2019 11:16:42 +0200
Nathan Trapuzzano <nbtrap <at> 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




This bug report was last modified 5 years and 266 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.