All Manuals > LispWorks IDE User Guide > 12 The Tracer > 12.2 Tracing and Untracing functions

NextPrevUpTopContentsIndex

12.2.1 Tracing methods

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 .


LispWorks IDE User Guide (Unix version) - 25 Nov 2011

NextPrevUpTopContentsIndex