[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tracing a method
- To: info-mcl
- Subject: Re: tracing a method
- From: mark@bilpin.co.uk (Mark Allerton)
- Date: 7 Oct 92 12:10:19 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: UK Mac DTS
- References: <9210062135.AA03598@aristotle.ils.nwu.edu>
- Reply-to: mark@bilpin.co.uk (Mark Allerton)
- Sender: news@bilpin.co.uk (NetNews Administrator)
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