Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/unsafeCall.out
T
2015-01-12 14:16:26 +03:00

10 lines
570 B
Plaintext

LineBreakpoint created at unsafeCall.kt:8
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! unsafeCall.UnsafeCallPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
unsafeCall.kt:8
Compile bytecode for s1.length()
Compile bytecode for s2.length()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0