Debugging for Dummies: My Blog

Because even the most seasoned programmers need a little help.

Debugging for Dummies is a collection of my most epic, mind-blowing, and occasionally infuriating debugging stories.

My Debugging Anecdotes

The Great "It Worked Last Week" Incident

It was a typical Monday morning when I stumbled upon the most creative solution to a seemingly intractable problem. I had written a script that worked flawlessly last week, but this morning it decided to just... stop working.

Read the Full Story

The Mystery of the Missing Semicolon

I was in the middle of a 3 a.m. debugging session when I realized I had forgotten the most crucial element in my code: the semicolon.

Read the Full Story