DEV Community

Discussion on: How do YOU debug

Collapse
 
waylonwalker profile image
Waylon Walker

honestly in js, I always console.log, if I want to go deeper, I right-click store as variable and inspect it from the console. I've wanted to setup a debugger before, but it seems like a lot of setup. Am I wrong in thinking that?

Collapse
 
ponyjackal profile image
ponyjackal

Same here.
I also love to use console.log ))