|
|
|
|
|
by Aurornis
588 days ago
|
|
println debugging is where everyone starts. Some people never graduate to knowing how to use a debugger. Debugging through log data still has a place, of course. However, trying to do all of your debugging through println is so much harder, even though it feels easier than learning to use a debugger. |
|
I reach for a “real” debugger when necessary, but that’s less than 5% of the time.