Mastering Linux debugging techniques (IBM developerWorks)
[Posted August 19, 2002 by ris]
Here's a developerWorks article that
explains
Linux debugging tools and techniques in various scenarios.
"
When your program contains a bug, it is likely that somewhere in
the code, a condition that you believe to be true is actually
false. Finding your bug is a process of confirming what you believe is
true until you find something that is false." (Thanks to Debra
Suzuki)
(
Log in to post comments)