我正在使用NSZombieEnabled变量调试我的可执行文件,它在设备上崩溃,但它没有在模拟器上崩溃。当我使用iPhone设备进行调试时,如何解决这个障碍。
2011-01-14 13:53:08.948 AppName[179:307]
*** -[ReaderViewController setOriginalNavigatorURL:]: message sent to deallocated instance 0x3caa8d0
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
(gdb) info malloc_history 0x3caa8d0
Undefined info command: "malloc_history 0x3caa8d0". Try "help info".
(gdb)这里输入什么?