You can use the debugger console to evaluate the properties of an object in Xcode, the output of the debugger output also functions as input.

Obviously, you first need to hit the breakpoint ...
It really works with GDB and LLDB, and you need to enter the output console:
print (int)[myText length]
source share