Re: cross development on Jaguar
Re: cross development on Jaguar
- Subject: Re: cross development on Jaguar
- From: patrick machielse <email@hidden>
- Date: Thu, 16 Dec 2004 21:05:30 +0100
Op 16-dec-04 om 16:06 heeft Dennis Falling het volgende geschreven:
I'm fairly familiar with the debugger.
OK, but only fairly :-) It pays of to get under the hood. There's a
surprising amount of info you can get from gdb, once you know how.
Where would I find the call to -[NSException raise] so I can throw
some breakpoints around it? It isn't something I included in my code,
but rather something being thrown by cocoa as the result of my code.
:D
Open Debug->Show Breakpoints and click the 'New Breakpoint' button (),
or in the console enter the command:
fb -[NSException raise]
where fb stands for 'forward break'.
PS. I got this information from 'Core Mac OS X and Unix programming',
chapter 8. Recommended reading.
Patrick
---
Hieper Software
e: email@hidden
w: www.hieper.nl
_______________________________________________
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