What would be the process of debugging Kotlin-nati...
# kotlin-native
s
What would be the process of debugging Kotlin-native code in an iOS emulator, or device?
o
emulator currently not supported, for device - in XCode you could wait for certain executable name to start, so just put an app on device and start it by clicking on icon. This story will likely be improved when real Kotlin/Native IDE appears.
s
When should we get excited for that? This year even?
o
this is being actively worked on, but no ETA yet
😄 3
s
In xcode, the method of debugging you just listed, that would that allow you debug the kotlin sources
?
o
it is being worked on, however full source level debugging will be likely be supported as part of commercial IDE (currently one shall be able to set breakpoints on methods and line numbers)