search for: winedgb

Displaying 3 results from an estimated 3 matches for "winedgb".

Did you mean: winedbg
2002 Aug 20
1
Wine CVS
When I run any program with wine I get this output: $wine myapp.exe wine: Unhandled exception, starting debugger... err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134682584 28") (2) Read the Wine Developers Guide on how to set up winedgb or another debugger what can I do?
2004 Sep 14
0
Winedbg on FreeBsd Question
I am using FreeBsd 4.10 and am attempting to use winedgb. Winedbg will start and give me a bunch of messages and eventually a prompt if I start it with no parameters: $winedbg . .(Bunch of messages) . Wine-dbg>. If I add a parameter specifying some app, I get no output of any kind, no messages, no prompt appears, and winedbg appears to be hung. $w...
2002 Aug 22
0
Re: Wine_CVS
...I get this output: > > $wine myapp.exe > > wine: Unhandled exception, starting debugger... > > err:seh:start_debugger Couldn't start debugger > > ("debugger/winedbg > > 134682584 28") (2) > > Read the Wine Developers Guide on how to set up > > winedgb or another debugger > > what can I do? > > Read the Wine Developers Guide as the error message > advises ;-) > http://www.winehq.org/docs/wine-devel/dbg-config.shtml > Debugger should tell more about the cause of the > exception. > > Andriy > > Boston, MA >...