objc_exception_throw
objc_exception_throw
- Subject: objc_exception_throw
- From: "Joan Lluch (casa)" <email@hidden>
- Date: Sun, 29 Jun 2008 21:20:03 +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. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden