Good C++ Debugging/IDE Environment for Linux? Good C++ Debugging/IDE Environment for Linux? linux linux

Good C++ Debugging/IDE Environment for Linux?


Although many people think of it as a Java IDE, he could try NetBeans. I've used it on Windows for C and C++ development without a problem, and I know NetBeans is supported on Linux, so it would be worth a shot.

It looks like most of the features he wants are included in the C/C++ development toolkit, including integration with GDB, a profiler, and more.


Visual Studio is good, indeed.

On the free side:

Qt Creator is getting quite good too, it's worth a try. There are advantageous by-products coming from the Qt framework:

  • huge library - not only to build GUI applications but for other domains as well
  • portability on multiple platforms

A version 1.3 beta is available as a preview of the upcoming release but the current 1.2.1 is already all you need to manage projects.

Eclipse has already been mentioned, it's a very good environment offering many plug-ins (Mylyn, SVN, ...).

MonoDevelop somewhat supports C++ (more and more, I didn't check the latest version).