Files
openide/plugins/kotlin/jvm-debugger/core
Alexey Merkulov 2ded2d49a7 IDEA-346086 Fix error on run-to-cursor to non-loaded yet lambda or anonymous class in Kotlin
In Java, the engine can precisely identify the compiled names of classes for the required line. So the check will tell for sure that run-to-cursor will fail. But in Kotlin, the code generation can produce different compiled class names depending on options. It is not easy to be sure in the names while debugging. So better to try to execute run-to-cursor command anyway.

GitOrigin-RevId: 7332655691bb853355af825238c32b4d21d06989
2024-09-17 21:36:45 +00:00
..
2024-06-27 11:37:52 +00:00