LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   A good IDE for C/C++ (https://www.linuxquestions.org/questions/linux-software-2/a-good-ide-for-c-c-286401/)

xowl 02-04-2005 09:02 PM

A good IDE for C/C++
 
I want to know which IDE do you recomend for C/C++. Actually I use Microsoft Visual C as my IDE, cause I tried anjuta but I didn't like the debugger. (may be I didn't use it well).

I principally want a *very* robust debuggerr.

ThanX in advance.

LinX

amosf 02-04-2005 09:12 PM

vi?

lol, just kidding. That's about all I use at the moment tho.

I don't think there is anything quite like visual C... Luckily.

reddazz 02-05-2005 03:30 AM

Have you tried using KDevelop? I am not much of a developer, but I find it quite easy to use.

daihard 02-05-2005 04:17 AM

Quote:

Originally posted by reddazz
Have you tried using KDevelop? I am not much of a developer, but I find it quite easy to use.
Does KDeveloper come with a GUI debugger? I myself use the command-line "gdb" to debug programs on Linux, but it would be nice if KDevelop can be used. (I know of the GUI debugger called "kdbg" but I don't find it very easy to use.)

reddazz 02-05-2005 09:24 AM

KDevelop uses gdb as a backend, I am not sure if it can be configured to use a different debugger.

Adony 02-05-2005 02:52 PM

Give a try to ddd ....
It is a frontend to gdb and as many cool features although i don't know if it could be integrated in any way with kdevelop ...

Happy debugging :)

Latem 02-05-2005 05:18 PM

There is also Eclipse with C/C++ Development Tools (http://www.eclipse.org/cdt/). I used to use it at work for C++ development, and it worked well. However, I used command line gdb + valgrind for debugging, so I can't comment on its debugging feature(s) (it uses gdb also).

Latem


All times are GMT -5. The time now is 10:03 AM.