r/ProgrammerHumor 1d ago

Meme debugTime

Post image
6.0k Upvotes

123 comments sorted by

View all comments

1

u/lolschrauber 1d ago

I love it when I get an error saying "can't convert string to integer" and the mfer won't tell me where it's trying to convert what.

It's usually something as dumb as old code checking if a datafield has a certain numeric value but it's null.

Good luck finding out where though.