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".

browse more comics! get the zine!
read the transcript!

Here’s a classic (but still very effective!) way to get started:

  1. find the line of code where the error happened
  2. trace backwards to investigate what could have caused that error. keep asking “why?”

example: - There’s an error on line 58… - that’s because this variable has the wrong value… - the value is set by calling this function… - that function is making an HTTP request to the API… - the API response doesn’t have the format I expected! Why is that?

In the corner of the page, there is an illustration of a goofy-looking bug with a long neck and curly antennae saying “Chase me!”

Saturday Morning Comics!

Want another comic like this in your email every Saturday? Sign up here!

I'll send you one of my favourite comics from my archives every Saturday.
© Julia Evans 2024 | All rights reserved (see the FAQ for notes about licensing)