[slime-devel] Re: stepping

Roman Budzianowski roman.j at budzianowski.net
Sat Jul 5 00:53:05 UTC 2008


Here's an example of stepping in allegro cl.
And yes, it works in tty.

http://www.franz.com/support/documentation/6.2/doc/debugging.htm#stepper-1

On Jul 4, 2008, at 3:16 PM, Tobias C. Rittweiler wrote:

> Roman Budzianowski <roman.j at budzianowski.net> writes:
>
>> Hi,
>>
>> Somehow, it doesn't work in my allegro, using SLIME
>>
>> PQ> (defun fact (n)
>>           (if (= n 1) 1 (* n (fact (1- n)))))
>> FACT
>> PQ> (fact 3)
>> 6
>> PQ> (compile 'fact)
>> FACT
>> NIL
>> NIL
>> PQ> :step nil
>> NIL
>> PQ> (step fact)
>> (FACT)
>> PQ> (fact 3)
>> 6
>> PQ>
>>
>> I'd appreciate any suggestions.
>
> How does this relate to Slime? Or do you want to say that it works on
> the terminal, without Slime?
>
> (Notice that the above call to STEP is actually bogus, at least
> according to how STEP is specified.)
>
>  -T.
>
> _______________________________________________
> slime-devel site list
> slime-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/slime-devel




More information about the slime-devel mailing list