Join Slack
Powered by
How can I attach debugger to the iOS app through A...
# multiplatform
m
Meherdatta Chepuri
03/07/2025, 7:29 PM
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.
m
Mohit
03/08/2025, 7:24 AM
https://github.com/touchlab/xcode-kotlin
f
François
03/08/2025, 8:51 AM
Enable “experimental Multiplatform IDE feature” on android studio settings
François
03/08/2025, 8:52 AM
You will see the Debug icon enabled when iOSApp is selected, but you can only debug Kotlin Code (better than xcode-kotlin).
7
Views
Open in Slack
Previous
Next