The Art of Debugging with GDB and DDD

By (author): "P.J. Salzman, Norman Matloff"
The Art of Debugging with GDB and DDD
ISBN159327002X
ISBN139781593270025
AsinThe Art of Debugging with GDB and DDD
Original titleThe Art of Debugging with GDB, DDD and Eclipse
Debugging is the art of finding mistakes in code by tracing program execution line by line. This book will help programmers master the art of debugging with two popular Open Source debuggers: GDB and DDD. The book integrates general debugging principles with concrete examples and covers many topics other debugging books leave out, such as segmentation faults, threaded programming, and distributed/parallel programming.