DEV Community

Discussion on: What is your debugging approach?

Collapse
 
gc_psk profile image
Giancarlo Buomprisco

I wrote an article about debugging Javascript.

I mostly talked about using breakpoints instead of console logging. Truth is they both have their place, which is something I'd change.

But I hope can help!