开发者

How to look variable at a pointer location in GDB?

开发者 https://www.devze.com 2023-01-14 16:38 出处:网络
[ipad appli开发者_开发知识库cation] error message at console ***** -[CFSet release]: message sent to deallocated instance 0xbdd9930 **

[ipad appli开发者_开发知识库cation] error message at console

***** -[CFSet release]: message sent to deallocated instance 0xbdd9930 **

Above is the exception in GDB console, in my iPad Application, I want to see what variable or object is getting released how to do that ?


Looks like you're over-releasing either an NSSet or NSArray. What you can do to monitor the addresses is use the Debugger window under Run --> Debugger.

0

精彩评论

暂无评论...
验证码 换一张
取 消