Seer debugger has started support for Objective-C. The author of the tool asks: "So my question to the Objective-C community is, what do you guys do with this when you debug with gdb? Do you consciously use print or print-object depending on the variable type?"
Display Objective-C variables · Issue #350 · epasveer/seer | | | | | | | | | | | Display Objective-C variables · Issue #350 · epasveer/seer Objective-C variables can be printed with GDB's po and print (see https://stackoverflow.com/a/8175652/464618). I... | | | Please can experts here advise. Thanks!