Skip to Content
Navigation:

A stick figure smiling

Here's a preview from my zine, The Pocket Guide to Debugging! If you want to see more comics like this, sign up for my saturday comics newsletter or browse more comics!

Image of a comic. To read the full HTML alt text, click "read the transcript". get the zine!
read the transcript!

when you’re investigating a bug, you’ll need to run the buggy code a million times.

Illustration of a stick figure, holding their hands to their face in despair.

person (thinking): ugh, i need to type all this information into the form to trigger the bug again??? this is literally the 30th time :( :(

ways to speed it up:

  • use a browser automation tool to fill in forms / click buttons for you!
  • write a unit test!
  • autorun your code every time you save!