this post was submitted on 17 Jan 2025
235 points (98.4% liked)

Programmer Humor

32930 readers
180 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] 24 points 3 days ago (1 children)
[โ€“] [email protected] 1 points 3 days ago

I had this on an ESP32 once. Turned out spitting out serial console debug messages slowed things down enough to resolve a race condition when I tried to see what was happening. I learned more about using an actual debugger after that instead of spitting out "here" messages and variable values.