Debugging skill level:
🟢 Beginner: print statements
🟡 Intermediate: debugger
🔵 Expert: taking a shower
Debugging skill level:
🟢 Beginner: print statements
🟡 Intermediate: debugger
🔵 Expert: taking a shower
@fribbledom
How about the stack trace?
I will use all of them, but the stack trace is my first step because it's right there (if there is one, that is).
(Except in C because the stack trace will contain several lines of ????? which I can only use to conclude that I may have a bad pointer, but I'm not even sure that's the only source of question marks in the stack trace).