Announcement Handlers Fail Silently?
It seems that exceptions get swallowed by the system in #30858. Is that intended/still the case in 4.0? It makes it confusing to debug and develop via the debugger... e.g.: anAnnouncer when: ItemAdded do: [ :it | nil nonExistantMethod ]. fails silently, and the exception is not propagated to the UI i.e. no debugger appears ----- Cheers, Sean -- View this message in context: http://forum.world.st/Announcement-Handlers-Fail-Silently-tp4785326.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
I would have thought that on:ErrorDo: was guarding them. On 18/10/14 21:30, Sean P. DeNigris wrote:
It seems that exceptions get swallowed by the system in #30858. Is that intended/still the case in 4.0? It makes it confusing to debug and develop via the debugger...
e.g.: anAnnouncer when: ItemAdded do: [ :it | nil nonExistantMethod ].
fails silently, and the exception is not propagated to the UI i.e. no debugger appears
----- Cheers, Sean -- View this message in context: http://forum.world.st/Announcement-Handlers-Fail-Silently-tp4785326.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (2)
-
Sean P. DeNigris -
stepharo