Search code examples
eclipseeclipse-cdt

Eclipse CDT, Can't use debugger (Always stuck on 89% process)


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 debugger is working so all I have is

printf("debug test");

in main function.. Do you guys know what the problem is?


Solution

  • hello after experiencing the same, it appeared gdb was missing access to some dll (libexpat-1.dll). putting it in the current path corrected the problem. in order to check this, try invoking gdb from the command prompt

    all the best

    olivier