Carl

Carl Mastrangelo

A programming and hobby blog.


How to Debug Programs

Have you ever felt totally helpless when faced with a computer related problem? Something used to work right, but doesn’t work now. Why can’t it just work like it used to? Why do computers have to be so impersonal, so complicated and so dumb?

I get it. I know what you feel like. I have spent the majority of my life hopelessly frustrated by computers. Despite being a professional programmer, I still have this almost insurmountable fear that I won’t be able to fix something when faced with a problem. Where do these problems come from?

Computers are adept at doing exactly what they have been told to do. They are so good it that, like a perfectly obedient three-year-old, they follow their instructions to the letter, regardless of whether you told them to do the right thing. Computers will faithfully annihilate your data or send that that email before you finished writing it. They pop up messages on your screen (as their authors intended, of course), and force you to make decisions (Do you want to restart now or in 10 minutes?). Alas, computers are merely a messenger. The reason for the heartache is because their author took shortcuts, or didn’t think things all the way through.

Okay, so what does that mean to you? It means one really big thing, that you aren’t going to like. You are going to have to learn how a computer works. I know you don’t want to, and that it will take a lot of time, but it’s really the only answer to why your computer doesn’t work. Though trite, I really have taken to heart Francis Bacon’s “Knowledge is Power”. Knowing is ability. Understanding why something doesn’t work is the only sure-fire way to being able to fix it.

If You’re a Programmer:

That’s all cool, but really, why doesn’t my computer work? Let me give you a recent example of a program I was debugging. I was adding a test to a suite of existing tests. Upon adding my test, another test began to spuriously fail. Now, what could have gone wrong? Some ideas:

Notice how I intentionally left the punchline to the very end? It turns out that isn’t the important part, it’s how you narrow down the possibilities. There are a zillion things that can go wrong, but very few that really do go wrong.

If you are NOT a Programmer:

Okay, so you know a little bit about computers. You aren’t dumb, you just want to get stuff done (or hurry up and watch cat videos). I won’t judge you, computers are spectacular working machines and time wasters. So what’s wrong?

(At this point I grasped for computer problems that were not easy to solve, but solvable nonetheless. If the following problem seems obvious, it’s because you’re too smart.)

So you want to play cat videos? But, for some reason, the volume is always kind of low. It didn’t used to be low, but now it is, and you kind of feel stuck not knowing where to start. Let’s walk through the thought process that results in fix this:

  1. Ask Google. Google is incredibly smart, and it’s unlikely you are the first person to have problems with low volume. Ask your question in the plainest way possible, without trying to be overly clear. A lot of people ask their questions in a colloquial manner that assumes there is a person on the other side of their screen to answer them. Google is made to work like this.
  2. Okay, so you looked at the first page of Google results, and there weren’t any good leads. There’s no hope of finding anything useful on the second page, so abandon that plan and stare deep into the screen in front of you. What do you see? Which of those things be volume related?
  3. Assuming you are on Youtube, there is a little sound icon on the video player. The knobs on your actual speakers is pretty high, so why is there a superfluous extra controller there? (for a complicated set of reasons, but you’ll have to trust me on this one).
  4. Hmm. That’s at maximum, but the volume still seems kinda low. But, if Youtube has a volume control, maybe there could be other places on the computer that affect the volume. Looking around, there’s another volume looking thing in the bottom right-hand corner. It’s the Windows volume controller.
  5. Clicking on that, it only shows one volume slider thingy, and that’s at maximum too. However, whenever sound plays, the volume slider blinks. It only seems to ever go up to half way up the volume slider. Maybe that’s a clue?
  6. Without clicking anywhere else on the screen, there’s a button called “Mixer” underneath the volume slider. I think I know mixers can change the volume, so let’s give it a click! That opens up another window with a lot more sliders, not all of them at maximum! More so, the Chrome slider is only about half way up. Sliding this all the way returns the volume to max, and it sounds right again. Hooray!

Again, I have no idea what computer you have, or if those menus really exist for you, or if you are even using Windows. Those don’t matter. (they do, but they’re besides the point). The idea is to explore; to find out how computer sound works.

If You’re a Human Being:

Figuring out why a computer is acting wonky is an exercise in patience. Working with computers is not particularly hard, but you can’t give up when faced with a problem you have no idea how to fix. (It is for this reason that I have great respect for Kindergarten teachers, as I would lose my mind trying to deal with a bunch of children.)

And, if that doesn’t work, take a break. Think about things. Go get a cup of coffee, or go for a walk. Something about staring at a screen or listening to music mutes your mind. When you come back, you’ll have new ideas about how to approach the unapproachable.


Home

You can find me on Twitter @CarlMastrangelo