On Jul 30, 2013, at 2:32 AM, j.carlson <carrierandopera...@yahoo.co.uk> wrote:

> In my case, the exception has already been thrown inside the block and
> I cannot catch it or modify it in any way in my handler. I'm basically
> writing an uncaught exception handler. My app should show a crash
> report window and then terminate itself.

Setting the user default NSApplicationShowExceptions to YES enables the 
standard uncaught-exception alert in your process; so if there’s an uncaught 
exception on any thread, the alert automatically pops up (with some info about 
the exception) and gives the user the choice to continue or crash.

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to