xcode4.2 - View the malloc history in Xcode 4.2 -
xcode4.2 - View the malloc history in Xcode 4.2 -
i'm trying find deallocated instance error in xcode 4.2. i've zombie objects, guard malloc , malloc stack options enabled.
in console utilize shell malloc_history pid adress , shows nothing.
my question knows how view malloc history of object in xcode 4.2 or i'm doing wrong?
thanks.
make sure input right pid , address. reference may help you:
understanding malloc_history dump
xcode4.2 malloc-history
Comments
Post a Comment