Does anyone have a guide on debugging an iOS app t...
# multiplatform
a
Does anyone have a guide on debugging an iOS app that's launched from Android Studio via the KMP plugin? I'm looking primarily to hit breakpoints in shared Kotlin code.
1
a
Thereis or was a flag in AS settings to enable debug for ios. Experimental debug
And then you ca run it as usual with debugger
a
Heh, I turned on experimental settings in AS which necessitated a restart and now I can launch my iOS target via the Debug button in AS, which was previously hidden.
And it stops at my breakpoints, thanks!
f
@Aidan the same thing but on xcode side https://touchlab.co/xcode-kotlin-2-0
a
Excellent, thank you. Good to know this is still a good option.