On Nov 1, 2011, at 7:38 PM, Matt Neuburg <m...@tidbits.com> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to