28 Jan
2005
28 Jan
'05
8:31 p.m.
On Fri, 2005-01-28 at 12:13, Eric Pouech wrote:
Michael Ost a écrit :
In order to help track down sporadic runtime crashes in our testing process, I have turned on winedbg --auto when wine handles exceptions via the AeDebug registry entry.
don't use the --auto flag and use the 'bt all' command at the prompt A+
Well, that won't work for us. We need --auto. There isn't a console or prompt in this setup. The program is auto-started by X. So I guess I could look through the 'bt all' code and do something similar in response to, say, --auto-all on the command line...? - mo