Dan Kegel wrote:
In ~/.wine/user.reg, look for the [Software\\Wine\\WineDbg] key and change "UseXTerm"=dword:00000000 (yes, zero is true for some reason).... Copying and pasting from the wine debugger window is beyond me; it seems totally broken...
Then in ~/.wine/system.reg, look for [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] and set
"Auto"="1"
"Debugger"="winedbg.exe --debugmsg -all %ld %ld"
___________________^^^^ put in the ".exe"
I think that was all I did to be able to run the debugger within an xterm. Cutting and pasting is now much easier.