xcode-kotlin icon indicating copy to clipboard operation
xcode-kotlin copied to clipboard

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

Open MartinWong-H opened this issue 1 year ago • 4 comments

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

MartinWong-H avatar Oct 27 '23 09:10 MartinWong-H

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

hrach avatar Oct 31 '23 15:10 hrach

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.

SachsA avatar Jan 05 '24 10:01 SachsA

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

AdrianLeeElder avatar Feb 05 '24 02:02 AdrianLeeElder

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

chetandobariya avatar Mar 14 '24 09:03 chetandobariya

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

TadeasKriz avatar Jul 31 '24 03:07 TadeasKriz