One Quickie
Setting a breakpoint before shared libraries are loaded (Debugging->gdb)
Need to set a breakpoint, say on a Cocoa library function, or something in a shared library you're loading later? Set a "future breakpoint":
(gdb) fb -[NSTextView drawRect:]
borkware home |
products |
miniblog |
rants |
quickies |
cocoaheads
Advanced Mac OS X Programming book
webmonster@borkware.com