|
Re: [Sbcl-help] [creelman.david@gmail.com: Re: How do I do trace ?]
From: Juho Snellman <jsnell@ik...> - 2009-02-10 10:14
|
David Creelman <creelman.david@...> writes: > Hi Nikodemus, > I've found the bug in the code, but I'm still not quite sure why I can't do > (trace). > Could you let me know if I need to pass any more info on? > Thanks for your interest. > Regards > David I'm still not quite sure what your perceived problem is, but just to check... I'm guessing that you want TRACE to print a message for each subexpression of the traced function when it's evaluated. Actually it just causes a message to be printed when the function is entered / returned from. -- Juho Snellman |