runtime change to WINEDEBUG output

James Hawkins truiken at gmail.com
Wed Aug 25 20:27:41 CDT 2004


Oh ok thanks Rob I'll try it out.

On Thu, 26 Aug 2004 01:49:41 +0100, Robert Shearman <rob at codeweavers.com> wrote:
> 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
> 
> 


-- 
James Hawkins



More information about the wine-devel mailing list