Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/customLibClassName.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

21 lines
470 B
Plaintext
Vendored

LineBreakpoint created at a1.kt:6
LineBreakpoint created at a1.kt:6
LineBreakpoint created at a1.kt:6
LineBreakpoint created at a1.kt:6
LineBreakpoint created at simpleLibFile.kt:4
Run Java
Connected to the target VM
a1.kt:6
Compile bytecode for 1 + 1
a1.kt:6
Compile bytecode for 1 + 2
a1.kt:6
Compile bytecode for 1 + 3
a1.kt:6
Compile bytecode for 1 + 4
simpleLibFile.kt:4
Compile bytecode for 1 + 5
Disconnected from the target VM
Process finished with exit code 0