Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If debugging tools were more intuitive than print statements, I’d use them more.
-
Root826006yPrint debugging works wonders.
Especially in languages without any decent debugging tools... I'm looking at you, Ruby. -
Cryteku3596yThe moment when someone prints the 'response'... and that response is every 0.0001 seconds.
-
"Let's hope I never print this message. Otherwise, you are fucked, Bill. But that's ok, we'll call it a feature"
-
Well, tell me when you can debug on remote node WITH breakpoints. Until then, server runs with console.logs
Related Rants
Instead of using actual debugging tools, using print statements and forgetting to remove all of them.
joke/meme
cout << "here"
wk134