[comp.lang.smalltalk] Smalltalk80 Simulation

kubitzsc@exunido.UUCP (05/21/87)

Working with Smalltalk80 simulation
===================================


If you are working with the Smalltalk80 simulation it might be
usefull to add these few lines at the beginning of the
methods <doesNotUnderstand:> and <error:> in class Object:

SimulationObject activeSimulation != nil
ifTrue:
	[SimulationObject activeSimulation finishUp].

    The simulation is scheduled with a higher priority than any
other 'normal' event, keyboard for instance. So if you don't
stop the simulation the system 'hangs' because you have no chance
to be scheduled by the system.



Peter Kubitzsch
University of Dortmund, FRG
4600 Dortmund