DEV Community

Discussion on: How do YOU debug

Collapse
 
ben profile image
Ben Halpern

I'm all about the print statements. Can't quite wrap my head around debug tools when I want to work fast.

When totally lost, deleting code until the problem shows up is my process of elimination technique.... Thank god for modern version control.

Collapse
 
waylonwalker profile image
Waylon Walker

Thank god for modern version control.

Heck yes. Version control is so valuable for a good debug session. Slice away all you want then figure out what you actually changed once its all said and done.