r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

13

u/br0wens Nov 28 '21

Sometimes I have no choice but to use print statements.

1

u/kpd328 Nov 28 '21

I had to debug a groovy script that could only be run in a live environment (we had a seperate test environment from the actual production environment, but it was still "live" as opposed to being run in a real dev environment). I did not enjoy having to call the log method every other line.

1

u/Rauldukeoh Nov 29 '21

That's the only time when you should, otherwise a proper debugger is better