1.
If debugging is the process of removing software bugs, then programming must be the process of putting them in.
Edsger Dijkstra
2.
When debugging, novices insert corrective code; experts remove defective code.
Richard E. Pattis
3.
Testing proves a programmer’s failure. Debugging is the programmer’s vindication.
Boris Beizer
4.
Programming allows you to think about thinking, and while debugging you learn learning.
Nicholas Negroponte
5.
The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.
Brian Kernighan
6.
System debugging has always been a graveyard-shift occupation, like astronomy.
Fred Brooks
7.
Each new user of a new system uncovers a new class of bugs.
Brian Kernighan
9.
If you're as clever as you can be when you write it, how will you ever debug it?
Brian Kernighan
10.
System debugging, like astronomy, has always been done chiefly at night.
Fred Brooks
11.
There has never been an unexpectedly short debugging period in the history of computers.
Steven Levy
12.
If you want more effective programmers, you will discover that they should not waste their time debugging, they should not introduce the bugs to start with.
Edsger Dijkstra
13.
Building technical systems involves a lot of hard work and specialized knowledge: languages and protocols, coding and debugging, testing and refactoring.
Jesse James Garrett
14.
Treating your users as co-developers is your least-hassle route to rapid code improvement and effective debugging.
Eric S. Raymond
15.
I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs.
Maurice Wilkes
16.
The process of debugging, going an correcting the program and then looking at the behavior, and then correcting it again, and finally iteratively getting it to a working program, is in fact, very close to learning about learning.
Nicholas Negroponte
17.
Science requires a society because even people who are trying to be good thinkers love their own thoughts and theories - much of the debugging has to be done by others.
Alan Kay