我正在使用 xcode 4.6:我想使用 lldb 进行调试:
IFC_findComments:foreignId:offset:source:noCache:] [第5669行]:IFC_findCommentsXXXX 2013-02-21 18:26:06.478 myshine[1545:707] -[AppDelegate applicationDidReceiveMemoryWarning:] [第467行]:applicationDidReceiveMemoryWarning
myshine(1545,0x2ffcc000) malloc: * 对象 0x8e4a14 错误:已释放对象的校验和不正确 - 对象可能在被释放后被修改。*在 malloc_error_break 中设置断点进行调试
(lldb) malloc_history 1545 0x2ffcc000
(lldb) shell malloc_history 1545 0x2ffcc000
(lldb)
但是如果我输入 shell malloc_history 1545 0x2ffcc000 什么都看不到