Re: cross development on Jaguar
Re: cross development on Jaguar
- Subject: Re: cross development on Jaguar
- From: Dennis Falling <email@hidden>
- Date: Thu, 16 Dec 2004 09:44:37 -0600
How would you recommend debugging this considering it builds and runs
fine on Panther, but can't be built on Jaguar because I don't have
Xcode on my Jaguar machine?
And yes, the code clearly isn't my fault, but the code's fault, of
course. :P
Thanks,
-dennis
On Dec 16, 2004, at 9:17 AM, j o a r wrote:
On 2004-12-16, at 16.06, Dennis Falling wrote:
I'm fairly familiar with the debugger. Where would I find the call
to -[NSException raise] so I can throw some breakpoints around it?
In the GDB console type:
break raise
It will return a list of things to break on, I usually select option 2
(IIRC).
You can also add this as a "static" breakpoint in Xcode. Open the
breakpoints panel and paste in "-[NSException raise]", that way you
will always break on exceptions - very handy.
It isn't something I included in my code, but rather something being
thrown by cocoa as the result of my code. :D
We understand - you had *nothing* to do with it... ;-)
j o a r
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden