this post was submitted on 03 Sep 2024
847 points (99.5% liked)

Programmer Humor

32054 readers
1429 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
[–] [email protected] 11 points 2 weeks ago (1 children)

Heisenbug. Nasty buggers, especially in my domain: Embedded Engineering. When you are in the debugger, the whole processor is stopped, missing tons of data coming in, missing interrupts, getting network timeouts, etc. More often than not, resuming makes no sense, and you have to get straight to reboot.

[–] [email protected] 6 points 2 weeks ago (1 children)

"You don't debug embedded" ~my brother, who's been working in embedded for almost 15 years

[–] [email protected] 1 points 2 weeks ago

That's why I work with an extraordinary diligence to avoid making errors from the very start. Debugging is only a measure of last resort.