Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/withoutBodyProperties.out
T
Nikolay Krasko 84c473d800 Speed up debugger tests by replacing base output preprocessor
Avoid calling InetAddress.getLocalHost() that can be very slow.
Exact connection or disconnection string isn't relevant for tests
anyway.
2017-03-23 00:31:43 +03:00

18 lines
554 B
Plaintext
Vendored

KotlinFieldBreakpoint created at withoutBodyProperties.kt:8
KotlinFieldBreakpoint created at withoutBodyProperties.kt:13
LineBreakpoint created at withoutBodyProperties.kt:21
KotlinFieldBreakpoint created at withoutBodyProperties.kt:28
Run Java
Connected to the target VM
withoutBodyProperties.kt:8
Compile bytecode for 1 + 1
withoutBodyProperties.kt:13
Compile bytecode for 1 + 3
withoutBodyProperties.kt:21
Compile bytecode for i
withoutBodyProperties.kt:28
Compile bytecode for 1 + 6
Disconnected from the target VM
Process finished with exit code 0