14 lines
777 B
Plaintext
14 lines
777 B
Plaintext
LineBreakpoint created at privateMember.kt:9
|
|
!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! privateMember.PrivateMemberPackage
|
|
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
|
privateMember.kt:8
|
|
Compile bytecode for MyClass().privateFun()
|
|
Compile bytecode for MyClass().privateVal
|
|
Compile bytecode for MyClass.PrivateClass().a
|
|
Compile bytecode for base.privateFun()
|
|
Compile bytecode for derived.privateFun()
|
|
Compile bytecode for derivedAsBase.privateFun()
|
|
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
|
|
|
Process finished with exit code 0
|