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 would this way:
- keep all the preloader stuff, so that your memory layout is better
(and the same than when run from command line)
- still be compatible with the segfault stuff
Agreed, if I can get it to work! Thanks ... mo