New user question

lawson_whitney at juno.com lawson_whitney at juno.com
Wed Nov 14 12:56:15 CST 2001


On Wed, 14 Nov 2001, gerard patel wrote:

> On Wed, 14 Nov 2001 17:28:19 GMT, Simon at lapraik.co.uk wrote:
> 
> >Whats the best way of getting the wine Debugger backtrace output into a 
> >file?
> 
> That's a shell question, not a Wine one.
> Using bash, the most commonly used shell under Linux, it is
> 
> &>yourfile.txt
> 
> as explained in documentation/bugs
> 
> Gerard

Depending how the debugger is set up, that might leave you trying to
work it blind.

You might like

wine blah.exe 2>&1 | tee logfile

Or use the script command to capture a whole session (don't forget to
exit before trying to list the file)

Or if you run from an xterm and got surprised by the crash, you can
start an editor on another xterm, get it in insert mode, and copy and
paste from the wine console or xterm where the debugger is with a mouse
(shift leftbutton, IIRC, I am kind of lame with GUI).

True, it is a shell question, and you should know the answer before you
promote yourself to a software developer and take on a software
development project like Wine.

Lawson

There are many ways.  Some day we will write all the ways in a big
book.  We will then burn the big book.  - M. K. Tulley





More information about the wine-users mailing list