Code - Debugging (Bug)
Table of Contents
1 - About
debugging is the process of removing bug
If debugging is the process of removing software bugs, then programming must be the process of putting them in.
Debugger
2 - Articles Related
3 - Method
The best debugger ever made is a good night's sleep.
3.1 - Duck
3.2 - Log
The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.