If you’re a software developer, chances are that you have written an application, and this application has crashed. When this happened, it probably put up a dialog that looks something like this: How do you figure out what went wrong? Strategy #1: Extract
Read More...
Last week I had this displeasure of tracking down a fairly unpleasant reference counting bug. I wound up having to solve the problem by brute force: Set a breakpoint in the constructor of leaking object Set a data breakpoint on the object's reference
Read More...