Xcode Instruments - Enable NSZombie Detection? Where is it?

前端 未结 3 1616
半阙折子戏
半阙折子戏 2020-12-11 07:59

I have watched this video http://www.markj.net/iphone-memory-debug-nszombie/

The guy shows an option called Enable NSZombie Detection on Allocations inside instrumen

3条回答
  •  情歌与酒
    2020-12-11 08:47

    The zombie option is available in Xcode 3.2.6 under the allocations tool if you run in the simulator. For debugging memory crashes due to too many dealloc, the simulator will work just as well as the device nearly every time. BTW I am 'The guy' in the question ;-)

    enter image description here

提交回复
热议问题