Reputation: 1141
I installed Eclipse Juno for C/C++ Developers.
I created a small sample project with a few .c and .h files and a makefile. The project seems to compile fine and creates an executable. I'm then able to run the executable within Eclipse and in windows.
The problem is if I try debugging. I get the following error message:
Here's my debug configuration:
Upvotes: 2
Views: 6024