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
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 mails | Author | Date |
|---|---|---|
| patrick machielse | Dec 15, 20:50 | |
| Dennis Falling | Dec 16, 04:48 | |
| patrick machielse | Dec 16, 10:41 | |
| Dennis Falling | Dec 16, 16:06 | |
| j o a r | Dec 16, 16:17 | |
| Dennis Falling | Dec 16, 16:44 | |
| j o a r | Dec 16, 16:49 | |
| patrick machielse | Dec 16, 21:05 | |
| Pete Gontier | Dec 16, 21:54 | |
| Dennis Falling | Dec 20, 20:40 |






Cocoa mail archive

