logo       

[plt-scheme] questions about graphical debugger: msg#00563

plt-scheme

Subject: [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.


Naviguez plus vite avec Internet Explorer 8 Ici.
_________________________________________________
For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-scheme
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise