[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch: debug-instrumented predicate
From: |
Stefan Monnier |
Subject: |
Re: Patch: debug-instrumented predicate |
Date: |
Mon, 04 Oct 2021 16:00:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> Concrete use-case would be to offer a user some kind of gui to instrument or
> remove
> instrumentation for debug/edebug/profile/trace.
W.r.t *removal* of debug/profile/trace, this could be done by offering
a generic removal GUI for advice.
It wouldn't cover the case where the user wants to add such
instrumentation, tho.
And currently, that wouldn't cover Edebug because Edebug doesn't install its
instrumented code with `advice-add`.
Stefan