DEV Community

Discussion on: How do YOU debug

Collapse
 
aleksandrhovhannisyan profile image
Aleksandr Hovhannisyan

Print statements all the way.

Debuggers are, to me, very slow and painful when I can often achieve better/faster results just by logging my app's data.

Collapse
 
waylonwalker profile image
Waylon Walker

I only recently started using a debugger at all. I am still with you for 90% of my use cases though!