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
-
Or for the back end devs...
<?php echo '<script>console.log("debug");</script>'; ?> -
unless the app you're working on already has like 10 console.debug-s per second, and you're working on a part that's sending notifications into chat window, so you can do chatWindow.sendMessage (or whatever it's called in your app) instead, to actually be able to notice those messages.
-
eo287538755yBrowser debuggers are still crap in many situations. My webpack creates several different versions of each file, sometimes in the wrong directories -
You do know that Chrome supports break points, right?
Tho I also think that this is the way. 🙃 -
@ostream Well you can run bare feet, but it’s more comfortable with shoes.
100mo ? my IDE eats around 1.5 GB of RAM (For big projects) and still it’s faster to put a breakpoint than try do debug with console.log 😊
Related Rants

What only relying on JavaScript for HTML form input validation looks like
Found something true as 1 == 1
console.log("debug");
.
.
.
console.log("debug1");
.
.
.
console.log("debug2");
- The only way. Try to change my mind
rant
js