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
-
Used a debugger once..I felt so dirty I went back to print statements.
Bonus being I can turn some of those print statements into log entries. -
avneesh4406yDebugger saves you a lot of time. You can in one pass debug both the execution error and algo error.
-
hack64566yOpen your favorite web browsers dev tools, navigate to source tab, put breakpoints there, refresh page. Boom! You are debugging your jabbascript. Another way is, you can write debugger; in your actual source code to start debugging when code execution reaches that stament. No external tools or libraries or configuration needed.
-
Using console.log(1), console.log(2), and so on will literally save you seconds of your life.
Related Rants
How many of you with meππ
joke/meme
javascript
meme
debugging
joke