On Wed, Sep 2, 2009 at 11:43 AM, Stan Shepherd
<[email protected]>wrote:

> Test case attached, although I can't get it to catch the error. Use with
> ***caution***. In the one click image it often freezes the image.


I note for these cases where catching the error with an debug dialog seems
impossible, goodness knows we saw lots of that in Sophie via Tweak, then try
something like

Smalltalk logError:'Fatal error' inContext: thisContext to:
'SqueakDebug.log'.]]


This then logs the context to a log file, for later review.  For evil UI
related bugs this can be of assistance.



-- 
===========================================================================
John M. McIntosh <[email protected]>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to