Skip to content

Book Review - The Art of Debugging with GDB, DDD, and Eclipse

Recently No Starch Press sent me another book for free. Thank you No Starch Press. The book is called The Art of Debugging with GDB, DDD, and Eclipse (Official Website / Amazon) and was written by Norman Matloff and Peter Jay Salzman. The concept of the book is to introduce the reader to debugging (using Linux C/C++ example programs) with the debuggers/IDEs GDB, DDD, and Eclipse. Throughout the book the user is guided through sample debugging sessions first with GDB and afterwards (in briefer form) with DDD and Eclipse.

The book is roughly 260 pages long and divided into eight chapters.

Continue reading "Book Review - The Art of Debugging with GDB, DDD, and Eclipse"