This is my first tactic for debugging an issue. I’m a senior developer and while better tools exist for hard to find issues breadcrumb debugging will solve the vast majority of them with no fuss.
(I do work with an interpreted language, though - when you’re compling shit and it takes more than a minute or so, I will break out the debugger first)
Console:
Me:
Haha! I got you!
ah yes, counting from 2, because as everyone knows “” is one
You put in that first “here” thinking it’ll be the only one.
that’s always how it is.
And eventually it becomes second nature. lol
This is my first tactic for debugging an issue. I’m a senior developer and while better tools exist for hard to find issues breadcrumb debugging will solve the vast majority of them with no fuss.
(I do work with an interpreted language, though - when you’re compling shit and it takes more than a minute or so, I will break out the debugger first)