Hi, There has been all this talk about how one should invoke winedbg... and today I just found this in the documentation: WINEPRELOAD=<path_to_winedbg.so> exec wine $* ... "Debugger"="/usr/local/bin/winedbg %ld %ld" So would it be more correct with the following changes: Changelog: Francois Gouget <fgouget@codeweavers.com> * documentation/debugger.sgml Update documentation of how to invoke winedbg -- Francois Gouget fgouget@codeweavers.com
Index: documentation/debugger.sgml =================================================================== RCS file: /home/wine/wine/documentation/debugger.sgml,v retrieving revision 1.12 diff -u -r1.12 debugger.sgml --- documentation/debugger.sgml 21 Sep 2002 01:17:32 -0000 1.12 +++ documentation/debugger.sgml 30 Sep 2002 20:34:13 -0000 @@ -992,7 +992,7 @@ 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 $* + exec wine winedbg.exe $* </programlisting> (Shell script must use exec, and the debugger .so file must be preloaded to override the shell script information). @@ -1018,7 +1018,7 @@ <programlisting> [MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 957636538 "Auto"=dword:00000001 -"Debugger"="/usr/local/bin/winedbg %ld %ld" +"Debugger"="winedbg.exe %ld %ld" </programlisting> <note>