runtime change to WINEDEBUG output

Robert Shearman rob at codeweavers.com
Wed Aug 25 19:49:41 CDT 2004


James Hawkins wrote:

>I ran WINEDEBUG=trace+all wine setup.exe 2>&1 | sed '1,/Debug mark/d'
>in the terminal, and all of the debug output is being displayed
>already without selecting the "Put..log" option.  I switched 
>"Managed" to "N" at Vincent's suggestion.  Any ideas?
>  
>
Try this instead:

WINEDEBUG=trace+all wine setup.exe 2>&1 | sed '1,/Debug mark requested/d'

It then shouldn't match against a call to the menu functions that put 
the debug log option into the system menu.

Rob




More information about the wine-devel mailing list