Hi all,
Is there a way to introduce a central JS exception handler for my SmartGWT application?
Or at least, is there a central mechanism to insert exception handlers to all code points where the SmartGWT library calls my event handlers?
Since these calls originate from the JS world, I am unable to catch them with GWT's uncoughtExceptionHandler.
Uncought exceptions makes debugging really hard, but manually inserting exception handling into every event handler would be a pain.
Is there a better way to do this?
Is there a way to introduce a central JS exception handler for my SmartGWT application?
Or at least, is there a central mechanism to insert exception handlers to all code points where the SmartGWT library calls my event handlers?
Since these calls originate from the JS world, I am unable to catch them with GWT's uncoughtExceptionHandler.
Uncought exceptions makes debugging really hard, but manually inserting exception handling into every event handler would be a pain.
Is there a better way to do this?
Comment