Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/functionDeclaration.out
T
Yan Zhulanow 716c9f79f7 Debugger: Do not use expression code fragments for evaluator (KT-32736, KT-32741)
It seems like it doesn't make much sense to create expression code fragments.
People type statements or several expressions separated with a semicolon to a single-line expression line.
That is exactly what block code fragment was designed for.
2019-10-24 21:33:00 +09:00

9 lines
213 B
Plaintext
Vendored

LineBreakpoint created at functionDeclaration.kt:5
Run Java
Connected to the target VM
functionDeclaration.kt:5
Compile bytecode for fun foo() {}
Disconnected from the target VM
Process finished with exit code 0