[plt-scheme] questions about graphical debugger
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://lists.racket-lang.org/users/archive/attachments/20090729/649e04f1/attachment.html>