Breakpoints in Kotlin seem to be broken. They are ...
# intellij
s
Breakpoints in Kotlin seem to be broken. They are not greyed out but they are not hit when the broken runs. I am using Gradle based project with Kotlin plugin version 203-1.4.21-release-IJ5981.133. Any ideas?
b
Are you able to share any further details about your project? I am using the same Kotlin plugin version on
#IU-203.6682.115
with runtime version
11.0.9.1+11-b1145.63 amd64
, project SDK
JDK 1.8.0_272
and Gradle 6.7. When I set a breakpoint on a clean project with no dependencies, the debugger halts are the correct location.
s
I fixed it by downgrading IntelliJ to 2020.1 but it might have broken because I was messing with the plugin version. I have not been able to reproduce
👍 1