DEV Community

Discussion on: Like `console.log` But Better

Collapse
 
hamzahamidi profile image
Hamza Hamidi

I prefer using the debugger over the console.log. This way I can control the steps I want to see from the debugger & most importantly I can see the call stack.