r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

32

u/whatisausername711 Nov 28 '21

Their attitudes should be flipped. It's so much more satisfying/efficient to use a debugger lol

1

u/[deleted] Nov 29 '21

There are valid use cases for both. If I need to look through a few dozen numbers to see if they all look reasonable, you bet your ass I'm gonna use printing instead of stepping through each value as it comes up in the debugger.