Hel debugging windows app with wine(dbg) + gdb

Leo champen at terra.es
Fri Jan 30 00:00:44 CST 2004


gdb is my friend too.
There are many things you can do with that, that you can't do with printf.

Anyway I don't want to start a flame here about debugging techniques.
I just need to know if gdb works with wine, or if winedbg actually works 
with gdb.

Thanks.



Peter Hartshorn wrote:

>Here is my debugging tip:
>
>printf is your friend.
>
>If you can narrow down the error to the function at which it occurs, place a 
>printf, or fprintf to stderr, after every line of code. The last message that 
>is printed should get you a lot closer to your error.
>
>  
>




More information about the wine-devel mailing list