I've install gdb on my mac and successfully gotten it to run from the command line and from LiteIDE. However, when I run it under Eclipse (Goclipse and C++ programs), I get the error:
Error with command: gdb --version Cannot run program "gdb": Unknown reason
I have the latest version of gdb installed and I believe the path is correct.
I've tried modifying the gdb configuration in the C settings, but it had no effect.
Is there a problem finding the gdb executable or is it actually having trouble finding the executable?