InterpreterSimulator UI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

InterpreterSimulator UI

Ang BeePeng
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

Thanks.

Ang Beepeng
Reply | Threaded
Open this post in threaded view
|

Re: [Vm-dev] InterpreterSimulator UI

Eliot Miranda-2
 


On Wed, Jan 27, 2010 at 3:20 AM, Ang BeePeng <[hidden email]> 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.

Reply | Threaded
Open this post in threaded view
|

Re: [Vm-dev] InterpreterSimulator UI

Ang BeePeng
Hi.

Thanks I got it work already. But looks like it take really long to load plugins. I waited for hour, still can't get to the point where I can control it. When I open up an image without using the UI, it is fine. Should I open up VM without certain plugins? What did I miss?

I use Camtasia Studio to create that video.

Thank you so much for your help.

Ang Beepeng