14 lines
805 B
Plaintext
Vendored
14 lines
805 B
Plaintext
Vendored
LineBreakpoint created at privateClass.kt:5
|
|
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! privateClass.PrivateClassKt
|
|
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
|
privateClass.kt:5
|
|
Compile bytecode for A.PrivateClass()
|
|
Compile bytecode for A.PrivateClass().prop
|
|
Compile bytecode for A().PrivateInnerClass()
|
|
Compile bytecode for A().PrivateInnerClass().prop
|
|
Compile bytecode for forTests.MyJavaClass.PrivateJavaClass()
|
|
Compile bytecode for forTests.MyJavaClass.PrivateJavaClass().prop
|
|
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
|
|
|
Process finished with exit code 0
|