Hi I wanted to know which are the best debuggers out there for C/C++ on a Linux operating system. I have heard sth about gdb and valgrind being pretty good but I wanted to hear opinions/ comparisons on these.
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Eclipse has a good integrated debugging environment. It is a graphical wrapper over GDB – so you get the power of GDB, with an interface more like Xcode or Visual Studio.
As “GDB” is the only “real debugger” – (and thinks like “DDD” are wrappers over it) – Eclipse this is probably the debugger and IDE you’re looking for.