|
|
|
|
|
by GrooveStomp
5630 days ago
|
|
Debugging is just another tool. It's not the most valuable tool, but it's also not the least valuable.
At work we rely heavily on logging and trace statements. There isn't even a functioning debugger for our UI language implementation. I'd say not having a debugger is more like programming on paper. When you have a problem, you might end up thinking about it a little more because you can't rely on that one other tool. |
|