I downloaded Eclipse for C++ v 3.6 32-bit version on my Windows 7 64-bit OS.
I can build and run my code, but I cannot debug.
I am using MingW32 compiler v5.1.6 with GDB v7.1 .
When try to “debug” my application, the progress tab shows “Launching: Configuring GDB” at 86% for infinite time. The stop button beside the progress bar does not work where says “Cancel Requested”. Your help is appreciated.
Problem fixed.
MinGW\binfolder did not have the filelibexpat-1.dllfor some reason. Downloaded the file from here and extracted toMinGW\binand everything working smoothly 🙂