If I run debugger then it gets stuck on 89% process... It shows
Launching : Configuring GDB Aborting configuring GDB
I just wanted to see the
I also encountered this error on Mac Mavericks. After which gdb I figured out that the path set in Eclipse Debug Configuration is not correct. Somehow I mistakenly set it to /usr/local/bin/gdb which actually should be /usr/bin/gdb
which gdb
/usr/local/bin/gdb
/usr/bin/gdb