Eclipse 3.0 CDT 2.0.
An additional compiler MINGW is required.
Set the compiler to the system path to find the Eclipse to call Make, G , GDB and other commands.
Manually write Makefile files:
All:
G main.cpp -g -o run
OK
After successful compilation, add the exe file in the debug window.
Can debug! ! !