gdb: getting into a dictionary

Posted by mlecho on Stack Overflow See other posts from Stack Overflow or by mlecho
Published on 2010-04-12T14:31:40Z Indexed on 2010/04/12 21:02 UTC
Read the original article Hit count: 148

Filed under:
|
|

hi, i saw this post today: http://stackoverflow.com/questions/112796/how-to-view-contents-of-nsdictionary-variable-in-xcode-debugger. i need to see the contents of a dictonary but i only know the "key"...is there a way i can spit out the details like a print_r in php? po gives me the object, but i would like to go deeper

po 0x2027c0
NSCFDictionary

© Stack Overflow or respective owner

Related posts about gdb

Related posts about objective-c