Skip navigation.
 
mlRe: cross development on Jaguar
FROM : patrick machielse
DATE : Thu Dec 16 21:05:30 2004

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_removed>
w: www.hieper.nl

Related mailsAuthorDate
mlRe: cross development on Jaguar patrick machielse Dec 15, 20:50
mlRe: cross development on Jaguar Dennis Falling Dec 16, 04:48
mlRe: cross development on Jaguar patrick machielse Dec 16, 10:41
mlRe: cross development on Jaguar Dennis Falling Dec 16, 16:06
mlRe: cross development on Jaguar j o a r Dec 16, 16:17
mlRe: cross development on Jaguar Dennis Falling Dec 16, 16:44
mlRe: cross development on Jaguar j o a r Dec 16, 16:49
mlRe: cross development on Jaguar patrick machielse Dec 16, 21:05
mlRe: cross development on Jaguar Pete Gontier Dec 16, 21:54
mlRe: cross development on Jaguar Dennis Falling Dec 20, 20:40