Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] The Debugger

I have given up trying to get the 64-bit Parallel Tools version of Eclipse to
work on my Windows 7 64-bit system, so am using the 32-bit version.
 
I am trying to run the debugger on a simple "Hello" program. I have always
found the debugger a bit cranky, but have always gotten it to work previously.
Now I get (among other things):
 
.gdbinit: No such file  (I have all of cygwin installed)
Undefined command "auto-solib-add"
 
Here are some settings:
 
GDB debugger: gdb
GDB command file: .gdbinit
GDB command set: Cygwin / protocol: mi
Stop at main is unchecked
The name of my executable is RUN.exe
 
When I changed these settings I have other messages. In once case, it
claimed it couldn't find the source, although it correctly named it and it was
there. Most of the messages fly up in the Console view and then disappear
and the program runs to the end, even with breakpoints set.
 
FWIW, the same things happen on an AMD 64 running XP.
 
Any help would be appreciated.

--
Walt Brainerd

Back to the top