[Vm-dev] InterpreterSimulator UI

Eliot Miranda eliot.miranda at gmail.com
Wed Jan 27 17:16:44 UTC 2010


On Wed, Jan 27, 2010 at 3:20 AM, Ang BeePeng <beepeng86 at yahoo.com> wrote:

>
>
> Hi.
>
> I having problem make InterpreterSimulator UI work. I think
> InterpreterSimulator UI gives more details about call stack compare to
> debugging "interpreterSimulator test" right?
>
> Here's a video of what I get..
>
>
> http://askoh.net/mmu/beepeng/Smalltalk/Squeak/video/20100127b-InterpreterSimulator/20100127b-InterpreterSimulator.html


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).

See InterpreterSimulator initialize:
...
displayForm := 'Display has not yet been installed' asDisplayText form.
...

 So at first you should see the display saying 'Display has not yet been
installed', 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.

What did you use to create your video?  If it's uh, inexpensive I'll try and
make a video of what I see in the Cog simulator.

best
Eliot


>
> Thanks.
>
> Ang Beepeng
> --
> View this message in context:
> http://n4.nabble.com/InterpreterSimulator-UI-tp1311508p1311508.html
> Sent from the Squeak vm-dev mailing list archive at Nabble.com.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20100127/261ef8c4/attachment.htm


More information about the Vm-dev mailing list