Re: Error address resolution
Re: Error address resolution
- Subject: Re: Error address resolution
- From: Charlie Dickman <email@hidden>
- Date: Sun, 15 Jul 2012 11:34:25 -0400
Ok - shows my ignorance.
More to the point is there any way I can trap errors like these? Is there someplace where I can read about how to process any/all errors while executing and potentially correct the situation and continue? An xcode equivalent to signal?
And how can I generate an error that can be trapped?
A tutorial on Xcode error processing would be invaluable. On Jul 15, 2012, at 11:09 AM, David Duncan wrote: On Jul 15, 2012, at 7:00 AM, Charlie Dickman <3tothe4th@ comcast.net> wrote: When debugging an app in GDB results in an error message such as
2012-07-15 09:53:45.497 Cowabunga [53479:a0f] NSImageCell's object value must be an NSImage.
how does one decrypt the address, 53479:a0f in this case, into a method and line number?
You can't. Its a PID and thread number.
|
_______________________________________________
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