The Art of Debugging with GDB and DDD

The Art of Debugging with GDB and DDD
Authors
Matloff, Norman & Salzman, Peter Jay
Publisher
No Starch Press
Tags
computers , programming languages , c
ISBN
9781593270025
Date
2007-01-01T00:00:00+00:00
Size
2.03 MB
Lang
en
Downloaded: 98 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.