|
|
|
Debugger or print? That is the question
|
|
1 points
by zeroEscape
1035 days ago
|
|
At work, all of my colleagues use a debugger. I'm the only one who doesn't. Whenever I try using a debugger, I fail to see how it is helpful. When there is a bug, I simply look at the error message, anticipate where the problem is, analyze the code and either fix the problem immediately, or if I'm unsure of something, I just write a print statement with the information I need to know, hit F11 to refresh the console and get immediate feedback. I wonder, am I doing something wrong? Is there something I'm missing? Ironically, my colleagues are always the ones to come to me when they can't debug something. |
|