still lost
still lost
- Subject: still lost
- From: Charlie Dickman <email@hidden>
- Date: Wed, 18 Jul 2012 16:02:22 -0400
I have defined an error handler in my app...
- (BOOL) exceptionHandler: (NSExceptionHandler *) sender shouldLogException: (NSException *) exception mask: (NSUInteger) aMask { and I have sent the following message...
[[NSExceptionHandler defaultExceptionHandler] setExceptionHangingMask: 512];
which, apparently, is not enough to have exceptions channelled to my exception handler as they are still only appearing in the console.
What can I do to further my quest of determining where errors such as invalid indices are coming from?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden