A co-worker of mine had trouble debugging his library in Xcode.
For some strange reason, GDB would not stop at any of his breakpoints.
He did the usual printf and NSLog to see if the code was even being called, and sure enough… it was.
The only way he was able to fix it was to change the debug format from DRAWF to DRAWF with dSYM.
Weird…