[plt-scheme] questions about graphical debugger

Skeptic . skeptic2000 at hotmail.com
Wed Jul 29 10:34:08 EDT 2009



Hi,

Two questions about the graphical debugger :
If I debug this procedure :
(define test  (¦Ë (n)                     (cond  [(> n 3) 'x]                               [(= n 3) 'y]                               [(< n 3) 'z])))
(test 1)
1- Why the step cursor goes on 'x and 'y after showing both results to be #f.
2- Why when the step cursor is at the end, the result shown is (test 1) => #<void> and not 'z ?
Thanks.
_________________________________________________________________
Internet explorer 8 aide ¨¤ prot¨¦ger la vie priv¨¦e.
http://go.microsoft.com/?linkid=9655573
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.cs.brown.edu/pipermail/plt-scheme/attachments/20090729/649e04f1/attachment.htm


More information about the plt-scheme mailing list