Michael Ost wrote:
Howdy, list.
I can't figure out how to get winedbg (6/18/03 build) to load my application's symbol table. I am writing an ELF application which uses the wine libraries, and trying to debug it with winedbg.
you're using gcc >= 3.2, aren't you ? you need to compile with -gstabs. Default debug format changed in latest gcc versions from stabs to dwarf2. WineDbg supports the former but not the later.
A+