Our New Book
|
T. Grötker, U. Holtmann, H. Keding, M. Wloka, The Developer's Guide to Debugging. Springer-Verlag, 2008 |
The Developer's Guide to Debugging is a book for both professional software developers seeking to broaden their skills, and students that want to learn the skills of the trade from the ground up. Containing short examples and exercises, it is well suited to accompany a computer science course or lecture. At the same time it can be used as a practical reference guide for finding bugs.
This book goes beyond the level of simple source code debugging. It covers the most frequent real-world debugging scenarios, from the areas of program linking, memory access, parallel processing, and performance analysis. The book is completed by chapters on how to use static checkers and how to write code that leans well towards debugging.
While the book's focus lies on C and C++, the workhorses of the software industry, one can apply many techniques described in The Developer's Guide to Debugging to programs written in other languages.
Copyright © 2008 Thorsten Grötker, Ulrich Holtmann, Holger Keding, Markus Wloka




