<stsci.edu at jmadams> (John M. Adams) writes:
>
> I see that you can trace generic functions and specific methods.
> However, apparently, you can't untrace specific methods with the same
> syntax. Can you untrace a specific method?
> [...]
> Any general wisdom about debugging in the acl environment would be
> welcome. I've read the debugging.html.
>
You need to read it carefully. The answer is in that file.
(trace ((method my-function (integer))))
(untrace (method my-function (integer)))
--
Samir Barjoud
<mindspring.com at samir>