DEV Community

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

Collapse
 
bendem profile image
bendem • Edited

Maybe you should mention the fact that you can add logging without console.log?

Collapse
 
skyboyer profile image
Yevhen Kozlov

indeed. eventually it works even with older Dev Tools: just running conditional breakpoint with condition like console.log(data), false(,false will return false so condition will never stop execution)