I once spent a couple hours debugging a perl cgi script. Nothing worked. Called in my colleague. Looks fine. We both were tearing our hair out. Sent it to the line printer, ordered pizza, and one of us read the code while the other typed it in. Couple hours later we finished and it worked.
It ended up being a missing semicolon in an odd spot and the compiler was just confused.
I remember walking homing thinking, "hey, if I can survive that, maybe I can just hack this CS thing..."