Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/kClass.out
T
Yan Zhulanow 7490c229ac EA-219152 (partially): Support KClass 'unboxing' in debugger
KClass can be 'unboxed' to a plain Java class. Debugger should be aware of this.
Unfortunately, this commit is not enough to fully support this scenario, as it's impossible to invoke KClass methods/extension on java.lang.Class instance. There should be an additional diagnostic that will forbid such calls.
2020-02-14 17:35:18 +09:00

11 lines
232 B
Plaintext
Vendored

LineBreakpoint created at kClass.kt:11
Run Java
Connected to the target VM
kClass.kt:11
Compile bytecode for cls
Compile bytecode for cls2
Compile bytecode for cls3
Disconnected from the target VM
Process finished with exit code 0