On Sat, Aug 23, 2008 at 4:40 PM, Todd Blanchard <[EMAIL PROTECTED]> 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 (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 [EMAIL PROTECTED]