https://ochagavia.nl/blog/fix-your-tools/ #debuggingtools #developerhumor #coderlife #softwaredevelopment #techstruggles #HackerNews #ngated

Fix your tools
Last week I had to diagnose a bug in an open source library I maintain. The issue was gnarly enough that I couldn’t find it right away, but then I thought: if I set a breakpoint here and fire up the debugger, I will likely find the root cause very soon… and then proceed to mercilessly destroy it! So I rolled up my sleeves, set the breakpoint, fired up the debugger, and… saw the program run to completion without interruptions whatsoever.

