Home » Archive

Articles Archive for October 2009

Code, featured »

[28 Oct 2009 | One Comment | ]
iPhone Development Tip : Debugging Memory release

I was struggling with a bug in my latest iPhone application, and frankly i got very frustrated with retain-release concept. I missed good old ( well, not that old ) garbage collector, but following code helped me a lot in understanding the release-retain cycle and getting the backtrace of whats actually going on. Here is the code :