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
-
dayo30539yI got work to order me a new monitor when I found out you can do that, it is so handy to have a full screen for debugging.
-
Dev teams should have meetings sharing tools and debugging tips. I just recently learned you could do log multiple values like console.log(a,b,c) in devtools... also spent years unaware of 'set next statement' in VS. though you had to restart the debug session every time you stepped ahead too far
-
You can log multiple values? Never knew that. The time saved on those keystrokes will surely add up to an extra coffee break each week!
-
yep, instead of having to concat a string message with spaces you can do
console.log("since", sessionStartTime, "the user", username, "has clicked", clickCount,"times")
Related Rants
guys, I never knew you could undock the inspector in chrome. #lifechanging
undefined
chrome