touchlab / xcode-kotlin

Kotlin Native Xcode Plugin
https://touchlab.co/xcodekotlin
Apache License 2.0
1.15k stars 47 forks source link

Can set breakpoints in Xcode 15 , but unable to view variable content #100

Closed MartinWong-H closed 1 month ago

MartinWong-H commented 10 months ago

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.

image

hrach commented 10 months ago

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).

SachsA commented 8 months ago
Screenshot 2024-01-05 at 11 51 52

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.

AdrianLeeElder commented 7 months ago

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
chetandobariya commented 5 months ago

same here.. I need to check variable content but unfortunately the same issue.. its shows as object pointer address value rather than actual value

TadeasKriz commented 1 month ago

Please give the version 2.0 a try and reopen this issue if you still see it happening.