>>>>> "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.

The User's manual describes how to do this.

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.



Reply via email to