Bruno Medeiros
02/01/2025, 3:34 AMUnknown run configuration type KonanRunConfiguration
What am I missing here? I remember those used to just work, and if I needed to add breakpoints and debug the code, that would work just fine was well.
I have the Native Debugging Support
plugin installed, but I'm maybe I need something else for those run configurations to work?
Even without KonanRunConfiguration
, how can I debug Kotlin/Native currently? If I launch my app through Gradle, the debugger does not attach to the process (as I would expect, because Gradle spawns the app as a separate process, I think).Roberto Leinardi
02/01/2025, 12:54 PMBruno Medeiros
02/01/2025, 1:04 PM.idea
folder, but still no luck debugging Kotlin/NativeRoberto Leinardi
02/01/2025, 1:08 PMBruno Medeiros
02/01/2025, 1:10 PMRoberto Leinardi
02/01/2025, 1:13 PMBruno Medeiros
02/01/2025, 1:14 PMBruno Medeiros
02/01/2025, 1:16 PMBruno Medeiros
02/01/2025, 1:17 PMRoberto Leinardi
02/01/2025, 1:17 PMRoberto Leinardi
02/01/2025, 1:22 PMSettings | Languages & Frameworks | Kotlin | Enable K2 Mode
)
if yes, try to disabling it, I get the same issues you have if it's enabledRoberto Leinardi
02/01/2025, 1:27 PMBruno Medeiros
02/19/2025, 3:37 PMBruno Medeiros
02/19/2025, 3:37 PMBruno Medeiros
02/19/2025, 3:37 PMKonanApp
back on K2? I think we need to track thisRoberto Leinardi
02/19/2025, 3:38 PMBruno Medeiros
02/19/2025, 3:47 PM