Use WINEDEBUG instead of --debugmsg.
This commit is contained in:
parent
f5da73f53e
commit
a98056191d
|
@ -185,8 +185,8 @@
|
||||||
"emulation", and is what the applications expect anyway.
|
"emulation", and is what the applications expect anyway.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
However, if the user specified <parameter>--debugmsg
|
However, if the user specified <parameter>WINEDEBUG=+relay
|
||||||
+relay</parameter>, a thunk layer is inserted between the
|
</parameter>, a thunk layer is inserted between the
|
||||||
application imports and the Wine handlers; this layer is
|
application imports and the Wine handlers; this layer is
|
||||||
known as "relay" because all it does is print out the
|
known as "relay" because all it does is print out the
|
||||||
arguments/return values (by using the argument lists in the
|
arguments/return values (by using the argument lists in the
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
but it's invaluable for debugging misbehaving calls into
|
but it's invaluable for debugging misbehaving calls into
|
||||||
Wine code. A similar mechanism also exists between Windows
|
Wine code. A similar mechanism also exists between Windows
|
||||||
DLLs - Wine can optionally insert thunk layers between them,
|
DLLs - Wine can optionally insert thunk layers between them,
|
||||||
by using <parameter>--debugmsg +snoop</parameter>, but since
|
by using <parameter>WINEDEBUG=+snoop</parameter>, but since
|
||||||
no DLL descriptor information exists for non-Wine DLLs, this
|
no DLL descriptor information exists for non-Wine DLLs, this
|
||||||
is less reliable and may lead to crashes.
|
is less reliable and may lead to crashes.
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in New Issue