this post was submitted on 04 Feb 2026
288 points (99.0% liked)
Programmer Humor
29358 readers
1309 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
We had that in our DOS C code base. We didn’t have a debugger so we had a function that output debug messages to console if the debug flag was set.
There were more than a few instances where a crash would stop happening if we added debug messages.
We put it down to the linker rearranging modules to fit in memory as our exe was more than a megabyte in size.