DEV Community

Discussion on: What are your debugging tips?

Collapse
 
warwait profile image
Parker Waiters

Get systematic: Remove possible variables in the code until you can isolate the problem. This is why it's important to be disciplined with your version control so you can freely delete swaths of code without complicating your life by being in the middle of some huge edits when you're trying to do it.