xcode-kotlin
xcode-kotlin copied to clipboard
Can set breakpoints in Xcode 15 , but unable to view variable content
i update to v.1.3.0 i can set breakpoint on xcode15 , but unable to show variable content and it can't print description .
and the variable panel is very stuck when it is opened.
Same here. I just created a multiplatform template app in AS and then tried debugging it in Xcode 15. (I added sources as described in readme).
I don't know if it's the same issue but I can also set some breakpoints but the Variables View tab is empty. Also in Xcode 15 and plugin in 1.3.0.
I'm also having the same problem. However, I'm not sure it's because of Xcode 15. I installed Xcode 14.3.1 (using a suite of hacks to allow this on Sonoma). Other versions:
Kotlin compiler - 1.9.22
Compose = 1.6.0-dev1397
same here.. I need to check variable content but unfortunately the same issue.. its shows as object pointer address value rather than actual value
Please give the version 2.0 a try and reopen this issue if you still see it happening.