Hello!
I'd like to see the content of NSObjects like properties ( arrays, Integers, floats... ). Since I'm a Flex developer I'm used to use the eclipse debugging tool. But now I'm starting with the iPhone I'm kind of lost.
For example, I just downloaded the SeismicXML application from the dev's sample code, and I put a breakpoint on the connectionDidFinishLoading and parseEarthquakeData methods.
I'd like to print the data ( the xml ) but I don't know how.
THe only thing I could achieve is to print the object using the po command on the gdb.
Any idea?