Hey, everytime i try to debug a kmp project in Android Studio or Intelij for iOS I can't see value of variables ... It always look like that with the colecting data really slow
f
François
06/26/2026, 7:04 AM
That’s some limitation, the Kotlin native debugger is not good as the Swift one
But I think I had info sometime, here we see really nothing, we can't execute expression but we should be able to see variable values
Smoothie
06/30/2026, 5:48 PM
So rewreating the docs, nothing mention that we can't inspect variable in iOS target... it even explicitly say we can... I'm pretty sure I had this working at some point