Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Debugging by Thinking: A Multidisciplinary Approach (HP Technologies) Review by W Boudville
for new programmers
Often many programmers learn debugging by the sink or swim approach. Rarely in a computer science university education will much time be devoted to this crucial topic. But for the professional programmer, Metzger offers a systematic, disciplined approach. Examples are given in Java and C++. Actually, if you program elsewhere, you should still be able to easily follow the logic. He also shows how to effectively use a debugger to install breakpoints and step through code.
Experienced programmers should not need this text. There will be little new for you. But it is well suited for newcomers. An easier way to learn than purely through experience.