Is it possible to use the terminal malloc_history when debugging on a iPhone device? -


i've found malloc_history useful when testing on ios simulator, possible configure physical device (iphone 4).

on console similar messages this

warning: unable read symbols /developer/platforms/iphoneos.platform/devicesupport/4.2.1 (8c148)/symbols/developer/usr/lib/libxcodedebuggersupport.dylib (file not found). 

do need setup file somewhere?

on terminal this

malloc_history cannot examine process xxxx because process not exist. 

any direct advice / pointers documentation appreciated.

thanks

try fire instruments , use "allocations".


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -