>Is there any kind of tutorial on the wine debuger?
there's some in documentation/ and another part in debugger/ itself

>I've never been really good with debugers, so 
>saying that it works the same as any other debuger
>really doesn't help me.
well, commands are *rather close to* gdb, so you can get some help from 
gdb
help at the debugger prompt gives also the list of available commands

>I'll put a few specific questions here just incase there
>is no intro type document.
>-Does the 'list' list the code at the point of the crash.
it should.
>-How to I set the path to the source files so that 'list' find them.
there's a bug in current debugger when it's entered on a crash. issue 
'up' and then 'do' commands, and you'll get the correct list
>-How do I list all the local symbols?
info local

A+
---------------     
Eric Pouech 
(http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", 
Vice President Dan Quayle

Reply via email to