Shachar Shemesh a écrit :
Eric Pouech wrote:
While I'm doing ok at working like that, the client really prefers working with a GUI. When I try to run the program using the --gdb switch (with or without --no-start), debug symbols for the PE part are not shown. I get all the symbols for the ELF dlls (wine's DLLs), but not for the PE program.
this isn't linked to the options from winedbg
While I agree in principle, in practice symbol lookups *appear* to work when winedbg is invoking the application directly.
silly me. when run with gdb, the PE symbol lookup doesn't work, gdb doesn't know anything about PE. You need to use winedbg without the gdb proxy. But you will loose the GUI debugging part (à la DDD, or kdbg...). A+