April 13, 2013
4:41 p.m.
I deploy a Pharo desktop application and i want to spare the user from seeing the debugger, because most users would not know what to do with it. My solution for the moment is to place an [] on: Exception do: [] around my application's entrance point: [ "main application workflow" ] on: Exception do: [ self inform: 'Something has gone wrong...'. "and restart application"] Do you think, this an acceptable solution? Are there others? M. -- View this message in context: http://forum.world.st/Ho-to-spare-a-Pharo-desktop-application-user-from-seei... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.