Guys
may be you do not understand or I'm too stupid.
My point is what are the preconditions (tools loaded in the system) that DummyUIManager should have.
I thought that DummyUIManager (which should not be morphic else I do not understand what is
MorphicUIManager) was for a system without a Morphic UI. So how it is possible that a system without
UI could report error using a UI tool?
Stef
Le 23/9/15 11:16, stepharo a ��crit :
Hi
I have the impression that some references to Transcript should be rewritten as File stdout
For example
DummyUIManager>>unhandledErrorDefaultAction: anException
�� �� Transcript show: '*** EXCEPTION ***'; cr.
�� �� Transcript show: anException; cr.
�� �� Transcript show: (thisContext stack first: (20 min: thisContext stack size)); cr.
�� �� anException isResumable ifTrue: [ anException resume ]
Stef