DEV Community

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

Collapse
 
nickytonline profile image
Nick Taylor • Edited

The debugger is great in the browser, but there’s nothing wrong with using console.log(...). You can also use Log Points. As well, you can use the browser’s remote debugger to enable debugging in tools like VS Code.