




 
You can trace methods (primary and auxiliary) within a generic function by entering the method dspec. For example, enter
(method my-function :before (integer))
in the Trace pane to trace the 
:before
 method of the generic function 
my-function
 that specializes on the class 
integer
.