Hello,
I'm kind of new to C/C++ development in Linux, but I have experience with C/C++ development using Visual Studio.
I want to do software engineering in an application that uses the typical configure and make build system, but I also want to debug the code to learn how it works and probably contribute by fixing some bugs.
But I don't know how to setup the project to use an IDE or a debugger.
My first question is... If I have a project that uses configure and make, how can I load it into an IDE?
The project I'm talking about it GIMP 2.6.3.
I've installed quite a few IDEs (Anjuta, NetBeans, and right now I'm installing KDevelop). Does anybody knows what IDE would work best to develop code for GIMP in Ubuntu?
Thank you, Diego