<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<div><br></div><div>Hi,<br><br>Two questions about the graphical debugger :</div><div><br></div><div>If I debug this procedure :</div><div><br></div><div><div>(define test &nbsp;(¦Ë (n)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (cond &nbsp;[(&gt; n 3) 'x]</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [(= n 3) 'y]</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [(&lt; n 3) 'z])))</div><div><br></div><div>(test 1)</div><div><br></div><div>1- Why the step cursor goes on 'x and 'y after showing both results to be #f.</div><div><br></div><div>2- Why when the step cursor is at the end, the result shown is (test 1) =&gt; #&lt;void&gt; and not 'z ?</div><div><br></div><div>Thanks.</div></div><br /><hr />Naviguez plus vite avec Internet Explorer 8 <a href='http://go.microsoft.com/?linkid=9655263' target='_new'>Ici.</a></body>
</html>