Re: Advanced c++ debugging techniques on Unix
- From: Paul Pluzhnikov <ppluzhnikov-nsp@xxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 19:18:07 -0800
"Maitre Bart" <maitrebart@xxxxxxxxxx> writes:
There are many books that teach C++, but not so many that teach how to
debug C++ apps.
You debug C++ apps in just the same way you debug apps in any other
language (C, Python, Java, etc.).
IMHO, a "must read" for debugging in general is this one:
http://www.amazon.com/Debugging-Indispensable-Software-Hardware-Problems/dp/0814471684
So, here I am polling for those of you that have been impressed by
books, tools or libs on advanced c++ debugging techniques on Unix.
The most advanced (free) C++ debugging tools on linux are valgrind,
gdb and compiling with -D_GLIBCXX_DEBUG.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.
- References:
- Advanced c++ debugging techniques on Unix
- From: Maitre Bart
- Advanced c++ debugging techniques on Unix
- Prev by Date: Re: setsockopt() error
- Next by Date: Re: In which case write() will be blocked
- Previous by thread: Re: Advanced c++ debugging techniques on Unix
- Next by thread: Re: Advanced c++ debugging techniques on Unix
- Index(es):
Relevant Pages
|
|