this post was submitted on 03 Oct 2025
511 points (98.7% liked)

Programmer Humor

27289 readers
2297 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] solomonschuler@lemmy.zip 1 points 1 week ago

Madness. When I started using gdb in C it was lifesaver to find any runtime errors in my code. Coming from what is the shit of C compilation and runtime errors it saved what would effectively be hours of inserting printf statements to find the error.

It depends how well a language specifies where the runtime error is occuring. I just get "segmentation fault (core dumped)" as my runtime error which could mean any for loop or iterattive sequence in my program.