LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   c/c++ debugger (https://www.linuxquestions.org/questions/programming-9/c-c-debugger-127412/)

Mikecore 12-19-2003 07:55 PM

c/c++ debugger
 
I'm new to linux and I m looking to do some c/c++ code's in linux

I'm using gedit text editor and want to know if there is a auto debugger that works with it?

Tinkster 12-19-2003 08:14 PM

No idea about gedit, but you do have gdb (most likely).


A nice graphical frontend would be ddd.


Cheers,
Tink

doublefailure 12-19-2003 09:15 PM

emacs + gdb

yes

UltimaGuy 12-20-2003 04:24 AM

The debugger is not connected with the IDE. It is, rather connected with the compiler. So, gdb is obviously connected with gcc/g++, and it can be used either by itself, or through front-ends like ddd, emacsen etc.,.:cool:


All times are GMT -5. The time now is 06:49 AM.