Debugging
Reads
Permalink to “Reads”- Before debugging
- The Debugger's Toolkit by Addy Osmani
- When debugging, your attitude matters by Julia Evans
Thoughts
Permalink to “Thoughts”- Using the debugger is (almost) always worth the time
- When debugging, always put a breakpoint in the catch block