Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.34 KB

DEBUG.md

File metadata and controls

37 lines (32 loc) · 1.34 KB

How to debug app

Debug Android App

  1. Install Android Studio
  2. Open project's file settings.gradle.kts with Android Studio
  3. Sync project with gradle files
  4. Select androidapp Select androidapp
  5. Click Debug button
Start Debug Debugging
Debug Android App Android APP Debugging

Debug only Kotlin code when running iOS App

  1. Install Android Studio
  2. Install KMM Plugin
  3. Open project's file settings.gradle.kts with Android Studio
  4. Sync project with gradle files
  5. Select iosApp Select iosApp
  6. Click Debug button
Start Debug Debugging
Debug iosApp Debugging iosApp

Debug iOS App both Kotlin Code and Swift(Objc) Code

  1. Install Xcode
  2. Install Xcode-Kotlin plugin
  3. Open iosApp/iosApp.xcworkspace with Xcode
  4. Run pod install command in iosApp dir
  5. Click debug button in Xcode
  • Debug step into Swift Swift debugging
  • Debug step into Kotlin Code Kotlin debugging