簡體   English   中英

我可以在 CLion/Xcode 中調試我的 Kotlin 代碼嗎?

[英]Can I debug my Kotlin code in CLion/Xcode?

我將我的Kotlin代碼編譯成一個動態庫並在C++項目中使用它。 我想知道有什么方法可以在C++項目中調試我的Kotlin代碼? 根據官方參考( https://kotlinlang.org/docs/reference/native/debugging.html ),我可以使用lldbgdb來調試我的Kotlin代碼,但不方便。 我想要的是直接在 IDE 中調試代碼(例如 XCode 和 CLion)。 感謝您的回復!

我們為 Xcode 發布了一個插件,可讓您在編輯器中調試 Kotlin/Native 代碼: https : //github.com/touchlab/xcode-kotlin

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM