Re: cross development on Jaguar
Re: cross development on Jaguar
- Subject: Re: cross development on Jaguar
- From: j o a r <email@hidden>
- Date: Thu, 16 Dec 2004 16:17:36 +0100
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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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