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.