[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70791: 30.0.50; edebug-remove-instrumentation doesn't see instrument
From: |
Stefan Monnier |
Subject: |
bug#70791: 30.0.50; edebug-remove-instrumentation doesn't see instrumented functions |
Date: |
Mon, 06 May 2024 14:38:48 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> I noticed that after instrumenting a function
> (edebug-remove-instrumentation) doesn't let you uninstrument it,
> showing:
I believe it should be fixed now on `master`. Thanks.
Side note: as it is currently implemented,
`edebug-remove-instrumentation` cannot work reliably (and the way it
discovers the set of functions that can be un-instrumented is quite
wasteful, tho it seems it does the job), so I recommend you `C-M-x` to
redefine the function instead.
We should probably rework this somehow.
Stefan