objc_exception_throw
objc_exception_throw
- Subject: objc_exception_throw
- From: Joan Lluch (casa) <email@hidden>
- Date: Sun, 29 Jun 2008 21:21:05 +0200
By setting a Breakpoint at objc_exception_throw or [NSException raise]
I am able to stop my program when (for example) an out of range
exception is thrown. However the call stack trace on the debugger
window or the 'bt' command only shows a single line. For example:
#0 0x9500d0d7 in objc_exception_throw ()
Why the call trace is not showing?, What I am missing? How can I see
an actual backtrace of my code before the exception was raised?
Thank you for your help.
Joan Lluch
_______________________________________________
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