Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Instruments 中做的事情是显示有关已发送消息的对象的信息,但与变量的实际名称相比,内存地址的用处不大。有没有办法找出它的标识符是什么?
尝试添加符号断点,例如:
[NSException raise] objc_exception_throw malloc_error_break
还可以尝试启用 NSZombies,您应该能够看到在释放的实例上调用 release 的代码行。