Debugger no more starting

Alexandre Julliard julliard at winehq.com
Sun Sep 29 12:54:47 CDT 2002


Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de> writes:

> The event-handle is passed to the winedbg command line:
> trace:seh:start_debugger Starting debugger format_size 58
> (fmt=h:\tmp\wine\compile\wine\programs\winedbg\wined
> bg %ld %ld)
> trace:seh:start_debugger h:\tmp\wine\compile\wine\programs\winedbg\winedbg 134683568 100

The problem is that your debugger path points to a Unix script, and
the new exe loadorder support no longer starts Winelib apps that
way. The winedbg script should be used only when starting from the
Unix command line, from inside Wine you need to specify a .exe or
.exe.so instead. If your WINEDLLPATH is set correctly (which should be
the case when running inside the source tree) you should be able to
simply use "winedbg.exe" without any path.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list