Skip to content
Snippets Groups Projects
Commit a2423c0d authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard
Browse files

Use WINEDEBUG instead of --debugmsg.

parent 7874ce53
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ HANDLE32 WINAPI YourFunc(LPCSTR s)
and then to run wine like that:
</para>
<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>
<para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment