[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tracing a method



Rich lynch@ils.nwu.edu writes...

>What is the correct syntax to put a step-point on a method?

With a method defined like so:
(defmethod thang ((a-thang thang-class) an-arg) 
	etc...)

Then the syntax:
(trace ((:method thang (thang-class t)) :step t))

Works for me. Almost every time I've got the error message you quote, the
problem has been that I got the arguments part of the method-spec given
to "trace" wrong.

Mark Allerton
UK Mac DTS - mark@bilpin.co.uk