21 Oct
2009
21 Oct
'09
10:36 a.m.
Hi, How do I build a version of a library, say libdispatch, that has all the symbols and debugging information and source code so I could step through it with gdb? I tried building libdispatch and dittoing it into /. It only has one target RELEASE but it's Build Variants specify normal, debug and profile. So I set the DYLD_IMAGE_SUFFIX to _debug. This seems to give me the function symbols, but not the source code. Thanks, David