What would be the process of debugging Kotlin-native code in an iOS emulator, or device?
o
olonho
04/24/2017, 5:19 AM
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
spierce7
04/24/2017, 6:33 AM
When should we get excited for that? This year even?
o
olonho
04/24/2017, 6:41 AM
this is being actively worked on, but no ETA yet
😄 3
s
spierce7
04/27/2017, 3:47 PM
In xcode, the method of debugging you just listed, that would that allow you debug the kotlin sources
spierce7
04/27/2017, 3:47 PM
?
o
olonho
04/27/2017, 6:08 PM
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)