我发现在iOS模拟器上进行测试时,malloc_history很有用,是否可以为物理设备(iPhone 4)配置它。

控制台上,我确实收到与此类似的消息

warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).

我需要在某个地方设置该文件吗?

终端上,我得到了
malloc_history cannot examine process xxxx because the process does not exist.

任何直接的建议/指向文档的指针将不胜感激。

谢谢

最佳答案

尝试启动乐器并使用“分配”。

关于iphone - 在iPhone设备上调试时是否可以使用终端malloc_history?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4977907/

10-12 17:51