Michael Ost wrote:
On Sat, 2006-01-07 at 18:04 +0100, Eric Pouech wrote:
Michael Ost wrote:
A while back I posted a question about how to get debugging working with eclipse in fedora 4. I am having some success, so if anyone else out there is interested here's how it is set up.
you could (not tested) alternatively:
- set winegdb --gdb as the name for executing gdb
- not reset the AeDebug key
- set the executable to be the real exec (+ .so extension if run from
the build tree) that should work also
Just tried this and eclipse says "Exec error: Cannot run winedbg --gdb". winedbg --gdb MYAPP does launch from the command line, however. Any suggestions?
BTW winedbg MYAPP ARGS works better. with the --gdb flag MYAPP doesn't terminate properly. But I'll get to that later.
you mean (about MYAPP ARGS) when run in eclipse (that it does work to some extend, wheread MYAPP fails) ?