Re: Still in the dark
Re: Still in the dark
- Subject: Re: Still in the dark
- From: glenn andreas <email@hidden>
- Date: Fri, 27 Jul 2012 12:06:27 -0500
Are you setting the exception handler's exceptionHandlingMask to NSLogOtherExceptions to tell it to log all exceptions?On Jul 27, 2012, at 11:54 AM, Charlie Dickman <3tothe4th@ comcast.net> wrote: 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
Glenn Andreas email@hidden
The most merciful thing in the world ... is the inability of the human mind to correlate all its contents - HPL
|
_______________________________________________
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