Paul McNett wrote:
...To throw in my two cents worth, since I generally like to see error messages, I usually do:
Now, the opposite is of course also true. I run a program (Visual FoxPro) that results in lots of output to the console at the default debugmsg level (mostly FIXME:LockFile() not implemented). I can speed up VFP a fraction by issuing:
wine -debugmsg -all <vfp7.exe>
wine --debugmsg fixme-all -- program
Actually, I do that so much, that it is an alias (I use tcsh):
alias win 'wine --debugmsg fixme-all -- '
so that I can just type "win program"
_______________________________________________
wine-users mailing list
wine-users@winehq.com
http://www.winehq.com/mailman/listinfo/wine-users