Hi guys. While debugging the VM with XCode, I sometime feel really stupid.  Uhhh, sorry, happy Christmats ;)<br>I cannot inspect values or do things. Maybe I am so used to Smalltalk that I am asking too much to C. <br><br>
So, for example I have this code:<br><br>    if (! ( (  (usqInt) addr  ) &lt;=  (   (usqInt) GIV(fwdTableNext) )   ))<br>    {<br>        print(&quot;fwdTableNext&quot;);<br>    };<br><br><br>And I have a breakpoint on the print. I can see the value of fwdTableNext  or addr. But how can I inspect for example, &quot;GIV(fwdTableNext)&quot; ?  or &quot;(   (usqInt) GIV(fwdTableNext) )&quot; ?<br>
I mean...how can I inspect the result of calling certain functions to such variables?  can I do that?  if I cannot, how it is expected I can debug that for example?  (assing each result to another variable ans inspect that?)<br>
<br>I tried using the the expressions browser, but everything I add says &quot;out of scope&quot;<br><br>Thanks in advance,<br><br>Mariano<br>