[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.
精彩评论