views:

124

answers:

1

Hi,

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: Configuraing GDB" at 86% for infinite time. The stop button beside the progress bar does not work where says "Cancel Requested". Your help is appreciated.

With thanks and regards,
Munim

+1  A: 

Problem fixed. MinGW\bin folder did not have the file libexpat-1.dll for some reason. Downloaded the file from here and extracted to MinGW\bin and everything working smoothly :)

Munim Abdul