Join Slack
Powered by
Does the IntelliJ Idea Debugger work with Kotlin N...
# kotlin-native
p
Patrick
11/19/2019, 12:05 PM
Does the IntelliJ Idea Debugger work with Kotlin Native unit tests or do I have to use the command line debugger?
j
Jurriaan Mous
11/19/2019, 12:27 PM
It works since I use it now regularly 😄
p
Patrick
11/19/2019, 12:28 PM
Is there something I need to activate? If I set breakpoints the JVM debugger will stop, but when I run the debugger using macos, it does nothing
j
Jurriaan Mous
11/19/2019, 12:30 PM
You need the "Native Debug for Intellij" plugin. Run [Platform name].test as Kotlin Application. It was autodetected in my project.
Jurriaan Mous
11/19/2019, 12:32 PM
It needs Kotlin 1.3.60 with the current plugin version
p
Patrick
11/19/2019, 12:33 PM
Oh I see, so it’s not available on 1.3.50?
j
Jurriaan Mous
11/19/2019, 12:34 PM
Maybe by manually installing an older version but the current version fails on a Gradle task which is not available in 1.3.50.
12
Views
Open in Slack
Previous
Next