The Art of Debugging With GDB and DDD
Norman Matloff
328 pages, Paperback
ISBN: 159327002X
ISBN13:
Language: English
Publish: November 30, 2007
CodingComputer ScienceComputersHackersMathematicsProgrammingSoftwareTechnicalTechnology
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.