Why Programs Fail: A Guide to Systematic Debugging
by
Andreas Zeller
Morgan Kaufmann, October 2005.
ISBN: 1558608664
See also
More information is available at http://www.whyprogramsfail.com/.
Abstract
"Why Programs Fail" is a book about bugs in computer programs, how to reproduce them, how to find them, and how to fix them such that they do not occur anymore. This book teaches a number of techniques that allow you to debug any program in a systematic, and sometimes even elegant way. Moreover, the techniques can widely be automated, which allows you to let your computer do most of the debugging.
Keywords
- automated debugging
- systematic debugging
BibTeX Entry
@book{zeller-bookb-2005,
title = "Why Programs Fail: A Guide to Systematic Debugging",
author = "Andreas Zeller",
year = "2005",
month = oct,
publisher = "Morgan Kaufmann",
ISBN = "1558608664",
}


