[plt-scheme] Using DrScheme Debugger

From: Woodhouse Gregory (gregory.woodhouse at gmail.com)
Date: Sun Sep 28 13:52:04 EDT 2008

How are you invoking the debugger and what is the version. I  
typically put a call like (fact 6) in the definitions window and then  
click debug rather than run. I have no problems in 4.1.0.3.


"If everything seems under control,
you're just not going fast enough."
-- Mario Andretti

http://www.gwoodhouse.com
http://GregWoodhouse.ImageKind.com




On Sep 28, 2008, at 9:49 AM, e.jel 2.7 wrote:

> (define (fact n)
>   (if (= n 1)
>       1
>       (* n (fact (- n 1)))))

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080928/7e11cfc5/attachment.html>

Posted on the users mailing list.