I have tried to po
a char* data
in Xcode when debugging.
But it's just show with "******...", not the fully content.
And I have try po (size_t)strlen(data)
it about 1230000, should much bigger then what I have saw when I using po data
.
What I should do?