• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSAssert no longer displaying reason in console
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: NSAssert no longer displaying reason in console
      • From: Matt Neuburg <email@hidden>
References: 
 >Re: NSAssert no longer displaying reason in console (From: Matt Neuburg <email@hidden>)

  • Prev by Date: Re: minor ARC casting question
  • Next by Date: Re: Custom NSView binding
  • Previous by thread: Re: NSAssert no longer displaying reason in console
  • Next by thread: Re: NSAssert no longer displaying reason in console
  • Index(es):
    • Date
    • Thread