next up previous contents
Next: Just printf() it! Up: Debugging Strategies Previous: Positive Thinking   Contents

Use a Debugger

It may sounds obvius, but it's amazing how often people don't use a debugger, either because it's not installed or because of it's overhead to learn how to use. Knowing how to proper use a debugger really worst the effort, and it's really essential for anything but the most trivial programs.

Thiago A Correa 2001-06-09