Hi.sooo...I am debugging all the C code with XCode. I can put breakpoints inside interp.c and stop there...etc.<br><br>Now, for example, I put a breakpoint in somewhere inside the funcition  sqInt lookupMethodInClass(sqInt class) {<br>
<br>and I would like to see for example, which is that class.<br><br>Of course, since thats a OOP, in XCode I see a address, a number. And the same with messageSelector insVar, and the rest.<br>Now...how you usually debug this?  how can I know the real Smalltalk class of that address?  and messageSelector?<br>
I guess there should be a way to do this in C/XCode.<br><br>Thanks!<br><br>mariano<br>