|
|
|
|
|
by CergyK
2602 days ago
|
|
I would like to meet someone who writes code without any bugs. Now if you're not putting bugs on purpose in your program, you probably don't know what they may arise from. So why use a tool (prints) which is deeply influenced by your assumptions on the program and which probably where wrong in the first place?
Some more arguments for the debugger:
-No need to recompile for each print
-Available for multi-threaded progs
-possibility to see the state in libs you're dependent on, in which you can't put logs nor asserts. |
|