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

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

Re: How do I get edebug online?


From: Michael Heerdegen
Subject: Re: How do I get edebug online?
Date: Tue, 18 Jan 2022 00:34:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> You don't insert an actual call to (edebug) in your code (I didn't
> actually know that was possible, and looking at the docstring it says it
> works more or less like `debug', which is why you got the backtrack you
> mention below).

Not quite, see (info "(elisp) Source Breakpoints").  That requires the
containing function to be instrumented (which was not the case for the
OP).  In uninstrumented code it indeed just calls `debug'.

Michael.




reply via email to

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