Emergency Evaluator

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Fri Jun 20 13:56:27 UTC 2003


Am Freitag, 20.06.03 um 08:19 Uhr schrieb Alexander Lazarevic:

> Hi!
>  
> Is there a way to force the emergency evaluator to show up (with the 
> windows/linux vm)?

Type "emergency" somewhere. Press Ctrl-E. You see methods that probably 
deal with the emergency evaluator.

 From this you see that you can do

	self primitiveError: 'foo'

which is the normal failure procedure or

	Transcripter emergencyEvaluator

if you want to use this in your application.

-- Bert



More information about the Squeak-dev mailing list