Skip to main content
  1. Reading List/
Some ways to get better at debugging
·68 words·1 min

Some ways to get better at debugging

A short overview for strategies on how to get better at debugging.

In short:

  • know the code
  • know your tools
  • know yourself
  • know how to approach problems

It gets easier the more things you’ve encountered, especially the next time you encounter something similar. Experience and understanding can’t be replaced by tools and are usually built the hard way.

Hopefully this article makes the hard way a little easier.