|
From: Nicholas N. <n.n...@gm...> - 2009-01-27 04:26:26
|
On Tue, Jan 20, 2009 at 6:33 AM, Greg Parker <gp...@ap...> wrote: > > I think Xcode is able to build dwarf-in-executable, but I don't know what > options or programs it uses to do that. I tried using Xcode. It has three options for debug info: stabs, DWARF, DWARF + dSYM. The DWARF seems to be exactly the same as DWARF + dSYM except that it doesn't create the .dSYM directory -- ie. it doesn't put the debug info in the executable, just the object files, which isn't much help. Frustrating. Nick |