From 20f74cb743b8bd29657dd36b3b2ff62da152ce6e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 1 Oct 2002 18:13:09 +0000 Subject: [PATCH] Update documentation of how to invoke winedbg. --- documentation/debugger.sgml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml index a1d661b430e..98f19f2c50e 100644 --- a/documentation/debugger.sgml +++ b/documentation/debugger.sgml @@ -987,16 +987,6 @@ wine -debug myprog.exe The path to the debugger you chose to use must be reachable via a DOS drive in the Wine config file ! - - 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: - - WINEPRELOAD=<path_to_winedbg.so> exec wine $* - - (Shell script must use exec, and the debugger .so file must - be preloaded to override the shell script information). - @@ -1018,7 +1008,7 @@ wine -debug myprog.exe [MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 957636538 "Auto"=dword:00000001 -"Debugger"="/usr/local/bin/winedbg %ld %ld" +"Debugger"="winedbg --debugmsg -all %ld %ld"