What windows C IDE can I use that will use gcc to compile and let me insert breakpoints just like Visual Studio would for C#?
I have searched Google and cannot find anything more recent that 2005.
I’m just getting back into C since graduating and would like a non MS IDE that uses GCC, but that’s a versatile as Visual Studio.
The thought of having to use GDB command line is not too appealing right now.
I successfully used Eclipse with C/C++ plugin. Matter of fact I prefer it to VS. You can download it from here it’s a real beaut. If you do JNI it’s simply indispensable since you can setup your project to do both C/C++ and Java