Update documentation of how to invoke winedbg.
diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml
index a1d661b..98f19f2 100644
--- a/documentation/debugger.sgml
+++ b/documentation/debugger.sgml
@@ -987,16 +987,6 @@
The path to the debugger you chose to use must be reachable
via a DOS drive in the Wine config file !
</para>
- <para>
- You can also set a shell script to launch the debugger. In
- this case, you need to be sure that the invocation in
- this shell script is of the form:
- <programlisting>
- WINEPRELOAD=<path_to_winedbg.so> exec wine $*
- </programlisting>
- (Shell script must use exec, and the debugger .so file must
- be preloaded to override the shell script information).
- </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -1018,7 +1008,7 @@
<programlisting>
[MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 957636538
"Auto"=dword:00000001
-"Debugger"="/usr/local/bin/winedbg %ld %ld"
+"Debugger"="winedbg --debugmsg -all %ld %ld"
</programlisting>
<note>