Posts Tagged Backtrace
iPhone Development Tip : Debugging Memory release | Gaurav Verma
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 :