Re: NSAssert no longer displaying reason in console
Re: NSAssert no longer displaying reason in console
- Subject: Re: NSAssert no longer displaying reason in console
- From: Kyle Sluder <email@hidden>
- Date: Tue, 01 Nov 2011 20:25:48 -0400
On Nov 1, 2011, at 7:38 PM, Matt Neuburg <email@hidden> wrote:
>
> Sorry to keep harping on this, but this is a serious bug. As Ben Kennedy says, it isn't just NSAssert. iOS often throws a fatal exception with an absolutely lovely informative log message explaining the problem (e.g., your view controller loaded a nib but the view outlet wasn't hooked up). That log message is now being suppressed! The user never sees it. Surely Apple cannot intend that Xcode should be swallowing these informative log messages??? m.
Here's my WAG: are you sure you didn't turn on the "All Objective-C Exceptions" breakpoint, and are therefore breaking in objc_exception_throw before the log message whereas you are used to waiting until the default uncaught exception handler logs the exception message and raises a signal?
--Kyle Sluder
(Sent from the road)_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden