Still in the dark
Still in the dark
- Subject: Still in the dark
- From: Charlie Dickman <email@hidden>
- Date: Fri, 27 Jul 2012 12:54:50 -0400
In the awakeFromNib method of a custom view I am executing the following...
[[NSExceptionHandler defaultExceptionHandler] setDelegate: delegate];
In the delegate I have implemented
- (BOOL) exceptionHandler: (NSExceptionHandler *) sender shouldLogException: (NSException *) exception mask: (NSUInteger) aMask {
yet I am still not getting any exception traps like
2012-07-27 12:44:21.908 Cowabunga [45074:a0f] *** -[NSCFArray objectAtIndex:]: index (-1 (or possibly larger)) beyond bounds (72)
Obviously I am still missing something. Can someone enlighten me as to what else I must do to trap all exceptions.
Charlie Dickman
|
_______________________________________________
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