On 5/23/11 1:53 PM, Stefan Dösinger wrote:
On Monday 23 May 2011 17:48:55 Charles Davis wrote:
Right now on Mac, you have to configure with -gstabs+. DbgHelp doesn't support DWARF on Mac OS yet. (It doesn't know how to find the .dSYM bundle or the original object files.)
Or you could just use gdb for debugging instead of winedbg. Just attach gdb to the running process.
True, but gdb lacks information about PE-format modules that winedbg has.
Chip