-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
po doesn't work with kotlin.String object #114
Comments
This is interesting. Was this happening before you updated to xcode-kotlin 2.0.0? It seems like it chooses an array handler instead of a string one. Could you share the code/structure of the result and cause classes? I'll try to reproduce it based on that. |
@TadeasKriz Thanks for your reply.
Yes. I tried to provide a minimal demo to reproduce this problem, but failed. Currently only our production project can reproduce it, but I'm sorry I can't provide it. I will try to provide a minimal demo later. |
Hi @xiaobailong24, were you able to reproduce this issue since? |
@TadeasKriz Sorry I didn't reproduce that. Please close the issue. |
And is it still happening in your project? |
Summary
xcode-kotlin info
There is a variable
errorMsg
of typekotlin.String
inKmpApiException
class. When debugging breakpoints, the correct value "系统异常" can be seen in theKmpApiException
summaries, but theerrorMsg
detailed information cannot be displayed normally (instead of displaying "4 values"), and the same problem using lldbpo
Expected result
po
can print the correct value forkotlin.String
Screenshots
Issue Labels
The text was updated successfully, but these errors were encountered: