I am trying to use Eclipse CDT with Cygwin, but I have problems with the debugger. I have done the following: - installed Eclipse CDT - installed Cygwin with gcc, g++ make and gdb - added c:\cygwin\bin to PATH - created a new Hello World application in Eclipse
Compiling went well from Eclipse. The first problem was that I had to set the executable manually in the run configuration. Having done this, I running also worked. But when I try to debug, I get the following error:
When I switch to debug perspective, I can see the following:
I tried different debug configurations, but I always get the same result.