On Wednesday 14 January 2004 15:26, Raymond Toy wrote: > >>>>> "ctu" == ctu <[EMAIL PROTECTED]> writes: > > ctu> hello, > > ctu> how to use the "step" in cmucl ? it invokes the debugger, but then > how to go ctu> further ? the u,d ... don't help me much :-( > > ctu> examples to step : > > ctu> * (step (+ 1 (+ 2 3))) > > ctu> * (step (DEFCLASS TOTO NIL ((X :ACCESSOR GS-X)))) > > Hmm, I've never used step in this way. I normally[1] use step when in > the debugger. Then I can step each form.
you can step each form ? can you give me a simple example ? > The User's manual describes how to do this. The only step i found in the user's manual is the debugging step. used to go to the next breakpoint. And we have to set breakpoints ... but no interactively stepping. > Ray > > Footnotes: > > [1] Well, actually, I almost never use step. I just use trace and/or > print out stuff. Using ilisp or slime makes this quite easy. ctu.
