<br><br><div class="gmail_quote">On Wed, Jan 27, 2010 at 3:20 AM, Ang BeePeng <span dir="ltr">&lt;<a href="mailto:beepeng86@yahoo.com">beepeng86@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
Hi.<br>
<br>
I having problem make InterpreterSimulator UI work. I think<br>
InterpreterSimulator UI gives more details about call stack compare to<br>
debugging &quot;interpreterSimulator test&quot; right?<br>
<br>
Here&#39;s a video of what I get..<br>
<br>
<a href="http://askoh.net/mmu/beepeng/Smalltalk/Squeak/video/20100127b-InterpreterSimulator/20100127b-InterpreterSimulator.html" target="_blank">http://askoh.net/mmu/beepeng/Smalltalk/Squeak/video/20100127b-InterpreterSimulator/20100127b-InterpreterSimulator.html</a></blockquote>
<div><br></div><div>That looks correct.  Nothing should appear in the display until simulation has got to the point where the display is installed via the beDisplay primitive (primitiveBeDisplay).</div><div><br></div><div>
See InterpreterSimulator initialize:</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>...</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>displayForm := &#39;Display has not yet been installed&#39; asDisplayText form.</div>
<span class="Apple-tab-span" style="white-space: pre; ">        </span>...</div><div class="gmail_quote"><br><div> So at first you should see the display saying &#39;Display has not yet been installed&#39;, ten it should go white when the beDisplay primitive installs a blank form and then (potentially much later because simulation is slooooow) drawing should occur in teh display.</div>
<div><br></div><div>What did you use to create your video?  If it&#39;s uh, inexpensive I&#39;ll try and make a video of what I see in the Cog simulator.</div><div><br></div><div>best</div><div>Eliot</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
Thanks.<br>
<br>
Ang Beepeng<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n4.nabble.com/InterpreterSimulator-UI-tp1311508p1311508.html" target="_blank">http://n4.nabble.com/InterpreterSimulator-UI-tp1311508p1311508.html</a><br>
Sent from the Squeak vm-dev mailing list archive at Nabble.com.<br>
</font></blockquote></div><br>