something about wine server

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
1037df
Newbie
Newbie
Posts: 4
Joined: Thu Jul 02, 2009 2:55 am

something about wine server

Post by 1037df »

hi,wine team,now I have a question.
when I run a windows programe,I can get the debug log about this programe,but now I want run two or more programes at the same time,and want to get the debug log of each programe separately,how can I do. Thank you !
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

something about wine server

Post by austin987 »

On Thu, Jul 2, 2009 at 3:05 AM, 1037df<[email protected]> wrote:
hi,wine team,now I have a question.
when I run a windows programe,I can get the debug log about this programe,but now I want run two  or more programes at the same time,and want to get the debug log of each programe separately how can I do. Thank you !
By debug, do you mean WINEDEBUG=+foobar? Or you want to capture plain
terminal output?

It should work fine, as long as you run them from different terminals
(not sure about WINEDEBUG though, off hand, I believe it does).

--
-Austin
1037df
Newbie
Newbie
Posts: 4
Joined: Thu Jul 02, 2009 2:55 am

the problem has being done

Post by 1037df »

I did this problem in a wrong way.Thank you very much!
Locked