Hacker News new | ask | show | jobs
by vdvsvwvwvwvwv 591 days ago
Debugging is great. If I get block because the code is too complex, debugging is a good way to interact and understand the code. It starts to make more sense.

Console logging is still coding too! Debugging can be console logging or stepping through with a debugger. Or even run the program with different inputs.