In my iOS code, I have the following code
(char *)xmlTextReaderValue(reader)
How can I can see what this C function returns in XCode? I know that if it was Objective C object I could use po to print the object. Is there any alternative for C functions?
ofrompoand you're left with thepcommand...lldbdebugger it uses. (The same instruction works withgdb, of course.)