Category Archives: Debugging

lpr YouStupidPrinterTakeThis.txt

The other day I had the joy and the privilege to debug some printing code. Oh yeah, it was as much as fun as you might be thinking. To make it even better the bug was showing up only on … Continue reading

Posted in Debugging, Linux, Printing | Leave a comment

Virtual virtual debugging or “How I got an ID10T error from Parallels”

Yesterday I was minding my own business when a bug slipped into my queue. We’ll call him, oh I don’t know, Defect #327. (I’ll give you one guess where I got that name from.) It goes something like this: Defect … Continue reading

Posted in Debugging | 4 Comments

And who says Apple is always the one that has style?

So I was debugging some code a while back on Linux using gdb from the command line. Oh yeah, old school. Anyhow, during one of my runs I accidentally attached gdb to its own process. It went something kinda like … Continue reading

Posted in Debugging | 1 Comment