How can I attach debugger to the iOS app through A...
# multiplatform
m
How can I attach debugger to the iOS app through Android studio? I want to be able to access break points in KMP code when running my iOS app. thank you.
f
Enable “experimental Multiplatform IDE feature” on android studio settings
You will see the Debug icon enabled when iOSApp is selected, but you can only debug Kotlin Code (better than xcode-kotlin).