this post was submitted on 20 May 2024
400 points (96.5% liked)

Programmer Humor

34106 readers
77 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] xmunk 1 points 9 months ago

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)