Commit a2423c0d authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Use WINEDEBUG instead of --debugmsg.

parent 7874ce53
...@@ -242,7 +242,7 @@ HANDLE32 WINAPI YourFunc(LPCSTR s) ...@@ -242,7 +242,7 @@ HANDLE32 WINAPI YourFunc(LPCSTR s)
and then to run wine like that: and then to run wine like that:
</para> </para>
<screen> <screen>
<prompt>$</prompt> <userinput>wine --debugmsg +relay,+snoop setup.exe &>/tmp/debug_pipe</userinput> <prompt>$</prompt> <userinput>WINEDEBUG=+relay,+snoop wine setup.exe &>/tmp/debug_pipe</userinput>
</screen> </screen>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment