The Art of Debugging with GDB, DDD, and Eclipse

The Art of Debugging with GDB, DDD, and Eclipse
Authors
Matloff, Norman & Salzman, Peter Jay
Publisher
No Starch Press
Tags
computers , programming languages , c , programming
ISBN
9781593270025
Date
2007-01-01T00:00:00+00:00
Size
2.91 MB
Lang
en
Downloaded: 960 times

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.