<prev
next>
[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>
Previous by Date:
Re: [plt-scheme] debugging [mini rant]
,
Mike Eggleston
Next by Date:
[plt-scheme] Is packages installation portable?
,
Elena Garrulo
Previous by Thread:
[plt-scheme] parser funky
,
Todd O'Bryan
Next by Thread:
Re: [plt-scheme] questions about graphical debugger
,
Gregory Cooper
Indexes:
[
Date
] [
Thread
] [
Top
] [
All Lists
]
News
|
Mail Home
|
sitemap
|
FAQ
|
advertise