Re: objc_exception_throw prior to launching nib file
Re: objc_exception_throw prior to launching nib file
- Subject: Re: objc_exception_throw prior to launching nib file
- From: Daniel Child <email@hidden>
- Date: Wed, 22 Apr 2009 15:28:07 -0400
It says....
Running…
(gdb) po $rdi
Value can't be converted to integer.
(gdb)
On Apr 22, 2009, at 2:56 PM, Nick Zitzmann wrote:
On Apr 22, 2009, at 12:36 PM, Daniel Child wrote:
Since none of the methods below are things I have written, I'm not
sure where to go from here. How can I go about finding out what is
causing this?
Start by printing the exception to the console using the po command
when the exception is thrown.
Intel 32: po *(int *)($ebp+8)
Intel 64: po $rdi
PPC: po $r3
What does it say?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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