Re: NSApplication _doOpenUntitled raises exception under Leopard, not Tiger
Re: NSApplication _doOpenUntitled raises exception under Leopard, not Tiger
- Subject: Re: NSApplication _doOpenUntitled raises exception under Leopard, not Tiger
- From: "Kyle Sluder" <email@hidden>
- Date: Sat, 23 Aug 2008 16:51:00 -0400
On Sat, Aug 23, 2008 at 4:40 PM, Todd Blanchard <email@hidden> wrote:
> Is it me or is the debugger becoming progressively more useless? I often
> find that it can't show me variables in the current scope and setting a
> breakpoint on NSException raise doesn't really reveal the point of error
> like it used to (lots of stack frames are omitted - even when they're mine).
On Leopard, you should be breaking on objc_exception_throw. Use
+[NSException raise] for Tiger exception debugging.
--Kyle Sluder
_______________________________________________
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