Evaluate expression: test cache using logger
This commit is contained in:
@@ -2,6 +2,14 @@ LineBreakpoint created at dependentOnFile.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 !APP_PATH!\classes;!KOTLIN_RUNTIME!;!RT_JAR! dependentOnFile.DependentOnFilePackage
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
dependentOnFile.kt:4
|
||||
Compile bytecode for TestClass().testFun()
|
||||
Compile bytecode for testFun()
|
||||
Compile bytecode for TestObject.p
|
||||
Compile bytecode for TestClass.p
|
||||
Compile bytecode for 1.testExtFun()
|
||||
Compile bytecode for testVal
|
||||
Compile bytecode for 1.testExtVal
|
||||
Compile bytecode for testDelVal
|
||||
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Reference in New Issue
Block a user