Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/errors.out
T
2019-10-08 19:13:55 +09:00

14 lines
263 B
Plaintext
Vendored

LineBreakpoint created at errors.kt:13
Run Java
Connected to the target VM
errors.kt:13
Compile bytecode for super.baseFun()
Compile bytecode for prop += 1
prop2 +=2
prop + prop2
// RESULT: 6: I
Disconnected from the target VM
Process finished with exit code 0