DEV Community

Discussion on: Stop Console.Logging! This is How to Use Chrome to Debug JavaScript

Collapse
 
hari2m profile image
Hari Krishna Gaddipati

I use break points, but after hitting the breakpoint i use console to do my debugging. I can test what command will work in the command right away instead of making change, reloading and waiting for the breakpoint. This helps me save lot of time.

Collapse
 
songthamtung profile image
songthamtung

Thanks for reading Hari!

Yes I do the same. This is one of the most effective ways to debug and fix issues.

Love your response. 👏👏