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.
This commit is contained in:
Nikolay Krasko
2017-03-20 15:16:50 +03:00
parent 9ad705a60a
commit 84c473d800
321 changed files with 1082 additions and 978 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
LineBreakpoint created at .kt.kt:5 LineBreakpoint created at .kt.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! _ktKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
.kt.kt:5 .kt.kt:5
Compile bytecode for 1 + 1 Compile bytecode for 1 + 1
Compile bytecode for Test(1).a Compile bytecode for Test(1).a
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at abstractFunCall.kt:5 LineBreakpoint created at abstractFunCall.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! abstractFunCall.AbstractFunCallKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
abstractFunCall.kt:5 abstractFunCall.kt:5
Compile bytecode for (1 as java.lang.Number).intValue() Compile bytecode for (1 as java.lang.Number).intValue()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,8 +1,8 @@
LineBreakpoint created at accessToOverridenPropertyWithBackingField.kt:12 LineBreakpoint created at accessToOverridenPropertyWithBackingField.kt:12
!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! accessToOverridenPropertyWithBackingField.AccessToOverridenPropertyWithBackingFieldKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
accessToOverridenPropertyWithBackingField.kt:12 accessToOverridenPropertyWithBackingField.kt:12
Compile bytecode for d.prop Compile bytecode for d.prop
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at accessors.kt:10 LineBreakpoint created at accessors.kt:10
!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! accessors.AccessorsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
accessors.kt:10 accessors.kt:10
accessors.kt:15 accessors.kt:15
accessors.kt:17 accessors.kt:17
@@ -19,6 +19,6 @@ accessors.kt:26
accessors.kt:15 accessors.kt:15
accessors.kt:13 accessors.kt:13
accessors.kt:5 accessors.kt:5
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,9 +1,9 @@
LineBreakpoint created at anonymousObjects.kt:11 LineBreakpoint created at anonymousObjects.kt:11
!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! anonymousObjects.AnonymousObjectsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
anonymousObjects.kt:11 anonymousObjects.kt:11
Compile bytecode for test(2) Compile bytecode for test(2)
Compile bytecode for i Compile bytecode for i
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at arrays.kt:5 LineBreakpoint created at arrays.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! arrays.ArraysKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
arrays.kt:5 arrays.kt:5
Compile bytecode for arrayOf(1, 2).map { it.toString() } Compile bytecode for arrayOf(1, 2).map { it.toString() }
Compile bytecode for arrayOf(1, 2, 101, 102).filter { it > 100 } Compile bytecode for arrayOf(1, 2, 101, 102).filter { it > 100 }
@@ -11,6 +11,6 @@ Compile bytecode for arrayOf(1, 2).first()
Compile bytecode for arrayOf(1, 2).last() Compile bytecode for arrayOf(1, 2).last()
Compile bytecode for intArrayOf(1, 2).max() Compile bytecode for intArrayOf(1, 2).max()
Compile bytecode for arrayOf(1, 2).max() Compile bytecode for arrayOf(1, 2).max()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,11 +1,11 @@
LineBreakpoint created at asIterableInFor.kt:7 LineBreakpoint created at asIterableInFor.kt:7
!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! asIterableInFor.AsIterableInForKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
asIterableInFor.kt:7 asIterableInFor.kt:7
asIterableInFor.kt:8 asIterableInFor.kt:8
asIterableInFor.kt:9 asIterableInFor.kt:9
asIterableInFor.kt:8 asIterableInFor.kt:8
asIterableInFor.kt:9 asIterableInFor.kt:9
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,9 +1,9 @@
LineBreakpoint created at boxParam.kt:13 LineBreakpoint created at boxParam.kt:13
!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! boxParam.BoxParamKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
boxParam.kt:13 boxParam.kt:13
Compile bytecode for nullableInt?.plus(1) Compile bytecode for nullableInt?.plus(1)
Compile bytecode for nullableByte?.plus(1) Compile bytecode for nullableByte?.plus(1)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at boxReturnValue.kt:7 LineBreakpoint created at boxReturnValue.kt:7
!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! boxReturnValue.BoxReturnValueKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
boxReturnValue.kt:7 boxReturnValue.kt:7
Compile bytecode for x Compile bytecode for x
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,9 +1,9 @@
LineBreakpoint created at inlineFunInLibrary.kt:4 LineBreakpoint created at inlineFunInLibrary.kt:4
LineBreakpoint created at inlineFunInLibrary.kt:12 LineBreakpoint created at inlineFunInLibrary.kt:12
!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! breakpointInInlineFun.BreakpointInInlineFunKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
inlineFunInLibrary.kt:4 inlineFunInLibrary.kt:4
inlineFunInLibrary.kt:12 inlineFunInLibrary.kt:12
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,11 +1,11 @@
LineBreakpoint created at callableBug.kt:8 LineBreakpoint created at callableBug.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! callableBug.CallableBugKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
callableBug.kt:8 callableBug.kt:8
callableBug.kt:8 callableBug.kt:8
Compile bytecode for callable Compile bytecode for callable
Compile bytecode for it Compile bytecode for it
callableBug.kt:8 callableBug.kt:8
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at catchVariable.kt:9 LineBreakpoint created at catchVariable.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! catchVariable.CatchVariableKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
catchVariable.kt:9 catchVariable.kt:9
package catchVariable package catchVariable
@@ -18,6 +18,6 @@ fun main(args: Array<String>) {
// PRINT_FRAME // PRINT_FRAME
frame = main:9, CatchVariableKt {catchVariable} frame = main:9, CatchVariableKt {catchVariable}
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = catchVariable.kt, 3) local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = catchVariable.kt, 3)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at ceAnonymousObject.kt:18 LineBreakpoint created at ceAnonymousObject.kt:18
!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! ceAnonymousObject.CeAnonymousObjectKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceAnonymousObject.kt:18 ceAnonymousObject.kt:18
Compile bytecode for publicTopLevelObject Compile bytecode for publicTopLevelObject
Compile bytecode for privateTopLevelObject Compile bytecode for privateTopLevelObject
@@ -8,6 +8,6 @@ Compile bytecode for publicObject
Compile bytecode for protectedObject Compile bytecode for protectedObject
Compile bytecode for localObject Compile bytecode for localObject
Compile bytecode for localObject.test() Compile bytecode for localObject.test()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,9 +1,9 @@
LineBreakpoint created at ceAnonymousObjectCapturedInClosure.kt:7 lambdaOrdinal = -1 LineBreakpoint created at ceAnonymousObjectCapturedInClosure.kt:7 lambdaOrdinal = -1
!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! ceAnonymousObjectCapturedInClosure.CeAnonymousObjectCapturedInClosureKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceAnonymousObjectCapturedInClosure.kt:7 ceAnonymousObjectCapturedInClosure.kt:7
Compile bytecode for lambda { localObject.test() } Compile bytecode for lambda { localObject.test() }
Compile bytecode for lambda { localObjectVar.test() } Compile bytecode for lambda { localObjectVar.test() }
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,9 +1,9 @@
LineBreakpoint created at ceAnonymousObjectThisAsReceiver.kt:9 LineBreakpoint created at ceAnonymousObjectThisAsReceiver.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceAnonymousObjectThisAsReceiver.CeAnonymousObjectThisAsReceiverKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceAnonymousObjectThisAsReceiver.kt:9 ceAnonymousObjectThisAsReceiver.kt:9
Compile bytecode for test() Compile bytecode for test()
Compile bytecode for this.test() Compile bytecode for this.test()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,9 +1,9 @@
LineBreakpoint created at ceLambda.kt:6 LineBreakpoint created at ceLambda.kt:6
!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! ceLambda.CeLambdaKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceLambda.kt:6 ceLambda.kt:6
Compile bytecode for foo { 1 } Compile bytecode for foo { 1 }
Compile bytecode for foo { a } Compile bytecode for foo { a }
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at ceLocalClass.kt:6 LineBreakpoint created at ceLocalClass.kt:6
!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! ceLocalClass.CeLocalClassKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceLocalClass.kt:6 ceLocalClass.kt:6
Compile bytecode for class MyClass { Compile bytecode for class MyClass {
fun test() = 2 fun test() = 2
@@ -11,6 +11,6 @@ a.test()
// RESULT: 2: I // RESULT: 2: I
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at ceLocalClassMembers.kt:19 LineBreakpoint created at ceLocalClassMembers.kt:19
!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! ceLocalClassMembers.CeLocalClassMembersKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceLocalClassMembers.kt:19 ceLocalClassMembers.kt:19
Compile bytecode for class MyClass { Compile bytecode for class MyClass {
fun test() = publicFun() + publicVal + protectedFun() + protectedVal + privateFun() + privateFun() fun test() = publicFun() + publicVal + protectedFun() + protectedVal + privateFun() + privateFun()
@@ -11,6 +11,6 @@ a.test()
// RESULT: 6: I // RESULT: 6: I
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at ceLocalClassWithSuperClass.kt:19 LineBreakpoint created at ceLocalClassWithSuperClass.kt:19
!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! ceLocalClassWithSuperClass.CeLocalClassWithSuperClassKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceLocalClassWithSuperClass.kt:19 ceLocalClassWithSuperClass.kt:19
Compile bytecode for class MyClass: MySuperClass() { Compile bytecode for class MyClass: MySuperClass() {
fun test() = publicFun() fun test() = publicFun()
@@ -11,6 +11,6 @@ a.test()
// RESULT: 1: I // RESULT: 1: I
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at ceMembers.kt:19 LineBreakpoint created at ceMembers.kt:19
!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! ceMembers.CeMembersKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceMembers.kt:19 ceMembers.kt:19
Compile bytecode for foo { publicFun() } Compile bytecode for foo { publicFun() }
Compile bytecode for foo { publicVal } Compile bytecode for foo { publicVal }
@@ -8,6 +8,6 @@ Compile bytecode for foo { protectedFun() }
Compile bytecode for foo { protectedVal } Compile bytecode for foo { protectedVal }
Compile bytecode for foo { privateFun() } Compile bytecode for foo { privateFun() }
Compile bytecode for foo { privateVal } Compile bytecode for foo { privateVal }
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,10 +1,10 @@
LineBreakpoint created at ceObject.kt:5 LineBreakpoint created at ceObject.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! ceObject.CeObjectKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceObject.kt:5 ceObject.kt:5
Compile bytecode for (object: T {}).test() Compile bytecode for (object: T {}).test()
Compile bytecode for (object: T { fun a() = 1 }).a() Compile bytecode for (object: T { fun a() = 1 }).a()
Compile bytecode for object: T {} Compile bytecode for object: T {}
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at ceSeveralLambdas.kt:5 LineBreakpoint created at ceSeveralLambdas.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! ceSeveralLambdas.CeSeveralLambdasKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceSeveralLambdas.kt:5 ceSeveralLambdas.kt:5
Compile bytecode for foo { 1 } + foo { 1 } Compile bytecode for foo { 1 } + foo { 1 }
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at ceSuperAccess.kt:20 LineBreakpoint created at ceSuperAccess.kt:20
!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! ceSuperAccess.CeSuperAccessKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
ceSuperAccess.kt:20 ceSuperAccess.kt:20
Compile bytecode for foo { publicFun() } Compile bytecode for foo { publicFun() }
Compile bytecode for foo { publicVal } Compile bytecode for foo { publicVal }
@@ -8,6 +8,6 @@ Compile bytecode for foo { protectedFun() }
Compile bytecode for foo { protectedVal } Compile bytecode for foo { protectedVal }
Compile bytecode for foo { privateFun() } Compile bytecode for foo { privateFun() }
Compile bytecode for foo { privateVal } Compile bytecode for foo { privateVal }
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,10 +1,10 @@
LineBreakpoint created at checkNotNull.kt:8 LineBreakpoint created at checkNotNull.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! checkNotNull.CheckNotNullKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
checkNotNull.kt:8 checkNotNull.kt:8
MyJavaClass.java:13 MyJavaClass.java:13
checkNotNull.kt:8 checkNotNull.kt:8
checkNotNull.kt:9 checkNotNull.kt:9
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,9 +1,9 @@
LineBreakpoint created at classFromAnotherPackage.kt:7 LineBreakpoint created at classFromAnotherPackage.kt:7
!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! classFromAnotherPackage.ClassFromAnotherPackageKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
classFromAnotherPackage.kt:7 classFromAnotherPackage.kt:7
Compile bytecode for MyJavaClass() Compile bytecode for MyJavaClass()
Compile bytecode for forTests.MyJavaClass() Compile bytecode for forTests.MyJavaClass()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,8 +1,8 @@
LineBreakpoint created at classObjectFunFromClass.kt:6 LineBreakpoint created at classObjectFunFromClass.kt:6
!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! classObjectFunFromClass.ClassObjectFunFromClassKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
classObjectFunFromClass.kt:6 classObjectFunFromClass.kt:6
classObjectFunFromClass.kt:11 classObjectFunFromClass.kt:11
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,8 +1,8 @@
LineBreakpoint created at classObjectFunFromTopLevel.kt:13 LineBreakpoint created at classObjectFunFromTopLevel.kt:13
!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! classObjectFunFromTopLevel.ClassObjectFunFromTopLevelKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
classObjectFunFromTopLevel.kt:13 classObjectFunFromTopLevel.kt:13
classObjectFunFromTopLevel.kt:6 classObjectFunFromTopLevel.kt:6
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,9 +1,9 @@
LineBreakpoint created at classObjectVal.kt:10 LineBreakpoint created at classObjectVal.kt:10
!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! classObjectVal.ClassObjectValKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
classObjectVal.kt:10 classObjectVal.kt:10
Compile bytecode for coProp Compile bytecode for coProp
Compile bytecode for MyClass.coProp Compile bytecode for MyClass.coProp
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -15,8 +15,8 @@ LineBreakpoint created at clearCache.kt:149
LineBreakpoint created at clearCache.kt:154 LineBreakpoint created at clearCache.kt:154
LineBreakpoint created at clearCache.kt:161 LineBreakpoint created at clearCache.kt:161
LineBreakpoint created at clearCache.kt:169 LineBreakpoint created at clearCache.kt:169
!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! clearCache.ClearCacheKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
clearCache.kt:12 clearCache.kt:12
Compile bytecode for a Compile bytecode for a
clearCache.kt:20 clearCache.kt:20
@@ -47,6 +47,6 @@ clearCache.kt:161
Compile bytecode for o.test() Compile bytecode for o.test()
clearCache.kt:169 clearCache.kt:169
Compile bytecode for o.test() Compile bytecode for o.test()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at collections.kt:6 LineBreakpoint created at collections.kt:6
!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! collections.CollectionsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
collections.kt:6 collections.kt:6
Compile bytecode for arrayListOf(1, 2).map { it.toString() } Compile bytecode for arrayListOf(1, 2).map { it.toString() }
Compile bytecode for arrayListOf(1, 2, 101, 102).filter { it > 100 } Compile bytecode for arrayListOf(1, 2, 101, 102).filter { it > 100 }
@@ -13,6 +13,6 @@ Compile bytecode for ar.map { if (it > 50) "big" else "small" }
.size .size
// RESULT: 2: I // RESULT: 2: I
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -7,8 +7,8 @@ LineBreakpoint created at constructors.kt:53
LineBreakpoint created at constructors.kt:58 LineBreakpoint created at constructors.kt:58
LineBreakpoint created at constructors.kt:64 LineBreakpoint created at constructors.kt:64
LineBreakpoint created at constructors.kt:70 LineBreakpoint created at constructors.kt:70
!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! constructors.ConstructorsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
constructors.kt:9 constructors.kt:9
Compile bytecode for p Compile bytecode for p
constructors.kt:13 constructors.kt:13
@@ -27,6 +27,6 @@ constructors.kt:64
Compile bytecode for 1 + 3 Compile bytecode for 1 + 3
constructors.kt:70 constructors.kt:70
Compile bytecode for i Compile bytecode for i
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at continueLabel.kt:5 LineBreakpoint created at continueLabel.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! continueLabel.ContinueLabelKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
continueLabel.kt:5 continueLabel.kt:5
continueLabel.kt:6 continueLabel.kt:6
continueLabel.kt:7 continueLabel.kt:7
@@ -11,6 +11,6 @@ continueLabel.kt:7
continueLabel.kt:10 continueLabel.kt:10
continueLabel.kt:5 continueLabel.kt:5
continueLabel.kt:12 continueLabel.kt:12
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at coroutine.kt:15 LineBreakpoint created at coroutine.kt:15
!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! coroutine.CoroutineKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
coroutine.kt:15 coroutine.kt:15
coroutine.kt:16 coroutine.kt:16
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at createExpressionCastToBuiltIn.kt:7 LineBreakpoint created at createExpressionCastToBuiltIn.kt:7
!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! createExpressionCastToBuiltIn.CreateExpressionCastToBuiltInKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
createExpressionCastToBuiltIn.kt:7 createExpressionCastToBuiltIn.kt:7
package createExpressionCastToBuiltIn package createExpressionCastToBuiltIn
@@ -26,6 +26,6 @@ Compile bytecode for stringArray[0]
element = 0 (expression = primitiveArray[0]) element = 0 (expression = primitiveArray[0])
local = stringArray (expression = stringArray) local = stringArray (expression = stringArray)
element = 0 (expression = stringArray[0]) element = 0 (expression = stringArray[0])
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at createExpressionSimple.kt:15 LineBreakpoint created at createExpressionSimple.kt:15
!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! createExpressionSimple.CreateExpressionSimpleKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
createExpressionSimple.kt:15 createExpressionSimple.kt:15
package createExpressionSimple package createExpressionSimple
@@ -29,6 +29,6 @@ fun main(args: Array<String>) {
field = baseI (expression = (myClass as MyClass).baseI) field = baseI (expression = (myClass as MyClass).baseI)
local = myBase (expression = myBase) local = myBase (expression = myBase)
field = baseI (expression = myBase.baseI) field = baseI (expression = myBase.baseI)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at createExpressionWithArray.kt:11 LineBreakpoint created at createExpressionWithArray.kt:11
!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! createExpressionWithArray.CreateExpressionWithArrayKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
createExpressionWithArray.kt:11 createExpressionWithArray.kt:11
package createExpressionWithArray package createExpressionWithArray
@@ -35,6 +35,6 @@ Compile bytecode for (innerArray[0] as InnerClass).i2
element = 0 (expression = innerArray[0]) element = 0 (expression = innerArray[0])
field = i (expression = (innerArray[0] as InnerClass).i) field = i (expression = (innerArray[0] as InnerClass).i)
field = i2 (expression = (innerArray[0] as InnerClass).i2) field = i2 (expression = (innerArray[0] as InnerClass).i2)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -20,8 +20,8 @@ LineBreakpoint created at crossinlineLiteral.kt:128
LineBreakpoint created at crossinlineLiteral.kt:138 LineBreakpoint created at crossinlineLiteral.kt:138
LineBreakpoint created at crossinlineLiteral.kt:154 LineBreakpoint created at crossinlineLiteral.kt:154
LineBreakpoint created at crossinlineLiteral.kt:157 LineBreakpoint created at crossinlineLiteral.kt:157
!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! crossinlineLiteral.CrossinlineLiteralKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
crossinlineLiteral.kt:75 crossinlineLiteral.kt:75
crossinlineLiteral.kt:13 crossinlineLiteral.kt:13
crossinlineLiteral.kt:75 crossinlineLiteral.kt:75
@@ -58,6 +58,6 @@ crossinlineLiteral.kt:109
crossinlineLiteral.kt:67 crossinlineLiteral.kt:67
crossinlineLiteral.kt:154 crossinlineLiteral.kt:154
crossinlineLiteral.kt:157 crossinlineLiteral.kt:157
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -3,8 +3,8 @@ 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 a1.kt:6
LineBreakpoint created at simpleLibFile.kt:4 LineBreakpoint created at simpleLibFile.kt:4
!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! customLibClassName.CustomLibClassNameKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
a1.kt:6 a1.kt:6
Compile bytecode for 1 + 1 Compile bytecode for 1 + 1
a1.kt:6 a1.kt:6
@@ -15,6 +15,6 @@ a1.kt:6
Compile bytecode for 1 + 4 Compile bytecode for 1 + 4
simpleLibFile.kt:4 simpleLibFile.kt:4
Compile bytecode for 1 + 5 Compile bytecode for 1 + 5
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at defaultAccessors.kt:5 LineBreakpoint created at defaultAccessors.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! defaultAccessors.DefaultAccessorsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
defaultAccessors.kt:5 defaultAccessors.kt:5
defaultAccessors.kt:11 defaultAccessors.kt:11
defaultAccessors.kt:17 defaultAccessors.kt:17
@@ -17,6 +17,6 @@ defaultAccessors.kt:23
simpleLibFile.kt:8 simpleLibFile.kt:8
defaultAccessors.kt:24 defaultAccessors.kt:24
defaultAccessors.kt:7 defaultAccessors.kt:7
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at delegatedPropertyInClass.kt:9 LineBreakpoint created at delegatedPropertyInClass.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! delegatedPropertyInClass.DelegatedPropertyInClassKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
delegatedPropertyInClass.kt:9 delegatedPropertyInClass.kt:9
package delegatedPropertyInClass package delegatedPropertyInClass
@@ -42,6 +42,6 @@ Compile bytecode for args.size
field = propEx: int = {java.lang.IllegalStateException@uniqueID}java.lang.IllegalStateException (sp = delegatedPropertyInClass.kt, 14) field = propEx: int = {java.lang.IllegalStateException@uniqueID}java.lang.IllegalStateException (sp = delegatedPropertyInClass.kt, 14)
field = detailMessage: java.lang.String = null (sp = Throwable.!EXT!) field = detailMessage: java.lang.String = null (sp = Throwable.!EXT!)
field = cause: java.lang.Throwable = {java.lang.IllegalStateException@uniqueID}java.lang.IllegalStateException (sp = Throwable.!EXT!) field = cause: java.lang.Throwable = {java.lang.IllegalStateException@uniqueID}java.lang.IllegalStateException (sp = Throwable.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at delegatedPropertyInClassWithToString.kt:8 LineBreakpoint created at delegatedPropertyInClassWithToString.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! delegatedPropertyInClassWithToString.DelegatedPropertyInClassWithToStringKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
delegatedPropertyInClassWithToString.kt:8 delegatedPropertyInClassWithToString.kt:8
package delegatedPropertyInClassWithToString package delegatedPropertyInClassWithToString
@@ -31,6 +31,6 @@ Compile bytecode for args.size
field = prop$delegate: delegatedPropertyInClassWithToString.MyDelegate = {delegatedPropertyInClassWithToString.MyDelegate@uniqueID} (sp = delegatedPropertyInClassWithToString.kt, 12) field = prop$delegate: delegatedPropertyInClassWithToString.MyDelegate = {delegatedPropertyInClassWithToString.MyDelegate@uniqueID} (sp = delegatedPropertyInClassWithToString.kt, 12)
- Class has no fields - Class has no fields
field = prop: int = 1 (sp = delegatedPropertyInClassWithToString.kt, 12) field = prop: int = 1 (sp = delegatedPropertyInClassWithToString.kt, 12)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at delegatedPropertyInClassWoRenderer.kt:9 LineBreakpoint created at delegatedPropertyInClassWoRenderer.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! delegatedPropertyInClassWoRenderer.DelegatedPropertyInClassWoRendererKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
delegatedPropertyInClassWoRenderer.kt:9 delegatedPropertyInClassWoRenderer.kt:9
package delegatedPropertyInClassWoRenderer package delegatedPropertyInClassWoRenderer
@@ -30,6 +30,6 @@ Compile bytecode for args.size
local = a: delegatedPropertyInClassWoRenderer.A = {delegatedPropertyInClassWoRenderer.A@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 7) local = a: delegatedPropertyInClassWoRenderer.A = {delegatedPropertyInClassWoRenderer.A@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 7)
field = prop: int = {delegatedPropertyInClassWoRenderer.MyDelegate@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 13) field = prop: int = {delegatedPropertyInClassWoRenderer.MyDelegate@uniqueID} (sp = delegatedPropertyInClassWoRenderer.kt, 13)
- Class has no fields - Class has no fields
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,8 +1,8 @@
LineBreakpoint created at delegatedPropertyInOtherFile.kt:9 LineBreakpoint created at delegatedPropertyInOtherFile.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! delegatedPropertyInOtherFile.DelegatedPropertyInOtherFileKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
delegatedPropertyInOtherFile.kt:9 delegatedPropertyInOtherFile.kt:9
Compile bytecode for t.a Compile bytecode for t.a
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at dependentOnFile.kt:7 LineBreakpoint created at dependentOnFile.kt:7
!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! dependentOnFile.DependentOnFileKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
dependentOnFile.kt:7 dependentOnFile.kt:7
Compile bytecode for TestClass().testFun() Compile bytecode for TestClass().testFun()
Compile bytecode for testFun() Compile bytecode for testFun()
@@ -10,6 +10,6 @@ Compile bytecode for 1.testExtFun()
Compile bytecode for testVal Compile bytecode for testVal
Compile bytecode for 1.testExtVal Compile bytecode for 1.testExtVal
Compile bytecode for testDelVal Compile bytecode for testDelVal
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at destructuringParam.kt:12 lambdaOrdinal = 1 LineBreakpoint created at destructuringParam.kt:12 lambdaOrdinal = 1
!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! destructuringParam.DestructuringParamKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
destructuringParam.kt:12 destructuringParam.kt:12
Compile bytecode for x Compile bytecode for x
Compile bytecode for y Compile bytecode for y
@@ -46,6 +46,6 @@ fun main(args: Array<String>) {
field = value: char[] = {char[1]@uniqueID} (sp = String.!EXT!) field = value: char[] = {char[1]@uniqueID} (sp = String.!EXT!)
element = 0 = 'K' 75 element = 0 = 'K' 75
field = hash: int = 0 (sp = String.!EXT!) field = hash: int = 0 (sp = String.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,8 +1,8 @@
LineBreakpoint created at doNotSkipClassloader.kt:7 LineBreakpoint created at doNotSkipClassloader.kt:7
!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! doNotSkipClassloader.DoNotSkipClassloaderKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
doNotSkipClassloader.kt:7 doNotSkipClassloader.kt:7
ClassLoader.!EXT! ClassLoader.!EXT!
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,10 +1,10 @@
LineBreakpoint created at doNotSkipConstructors.kt:5 LineBreakpoint created at doNotSkipConstructors.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! doNotSkipConstructors.DoNotSkipConstructorsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
doNotSkipConstructors.kt:5 doNotSkipConstructors.kt:5
doNotSkipConstructors.kt:9 doNotSkipConstructors.kt:9
doNotSkipConstructors.kt:11 doNotSkipConstructors.kt:11
doNotSkipConstructors.kt:5 doNotSkipConstructors.kt:5
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at doubles.kt:7 LineBreakpoint created at doubles.kt:7
!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! doubles.DoublesKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
doubles.kt:7 doubles.kt:7
Compile bytecode for d1 + d2 Compile bytecode for d1 + d2
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at enums.kt:7 LineBreakpoint created at enums.kt:7
!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! enums.EnumsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
enums.kt:7 enums.kt:7
Compile bytecode for A == MyEnum.A Compile bytecode for A == MyEnum.A
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,12 +1,12 @@
LineBreakpoint created at errors.kt:13 LineBreakpoint created at errors.kt:13
!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! errors.ErrorsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
errors.kt:13 errors.kt:13
Compile bytecode for prop += 1 Compile bytecode for prop += 1
prop2 +=2 prop2 +=2
prop + prop2 prop + prop2
// RESULT: instance of kotlin.Triple(id=ID): Lkotlin/Triple; // RESULT: instance of kotlin.Triple(id=ID): Lkotlin/Triple;
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at evBreakpointOnPropertyDeclaration.kt:14 LineBreakpoint created at evBreakpointOnPropertyDeclaration.kt:14
!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! evBreakpointOnPropertyDeclaration.EvBreakpointOnPropertyDeclarationKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evBreakpointOnPropertyDeclaration.kt:14 evBreakpointOnPropertyDeclaration.kt:14
package evBreakpointOnPropertyDeclaration package evBreakpointOnPropertyDeclaration
@@ -30,6 +30,6 @@ Compile bytecode for a2.prop
local = a3: evBreakpointOnPropertyDeclaration.A = {evBreakpointOnPropertyDeclaration.A@uniqueID} (sp = evBreakpointOnPropertyDeclaration.kt, 10) local = a3: evBreakpointOnPropertyDeclaration.A = {evBreakpointOnPropertyDeclaration.A@uniqueID} (sp = evBreakpointOnPropertyDeclaration.kt, 10)
field = prop: int = 1 (sp = evBreakpointOnPropertyDeclaration.kt, 4) field = prop: int = 1 (sp = evBreakpointOnPropertyDeclaration.kt, 4)
local = p1: int = 1 (sp = evBreakpointOnPropertyDeclaration.kt, 12) local = p1: int = 1 (sp = evBreakpointOnPropertyDeclaration.kt, 12)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at evDelegatedProperty.kt:13 LineBreakpoint created at evDelegatedProperty.kt:13
!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! evDelegatedProperty.EvDelegatedPropertyKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evDelegatedProperty.kt:13 evDelegatedProperty.kt:13
package evDelegatedProperty package evDelegatedProperty
@@ -25,6 +25,6 @@ fun main(args: Array<String>) {
field = value: java.lang.Object = {java.lang.Integer@uniqueID}1 (sp = Delegates.!EXT!) field = value: java.lang.Object = {java.lang.Integer@uniqueID}1 (sp = Delegates.!EXT!)
field = value: int = 1 (sp = Integer.!EXT!) field = value: int = 1 (sp = Integer.!EXT!)
field = prop: int = 1 (sp = evDelegatedProperty.kt, 6) field = prop: int = 1 (sp = evDelegatedProperty.kt, 6)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at evDuplicateItems.kt:10 LineBreakpoint created at evDuplicateItems.kt:10
!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! evDuplicateItems.EvDuplicateItemsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evDuplicateItems.kt:10 evDuplicateItems.kt:10
package evDuplicateItems package evDuplicateItems
@@ -20,6 +20,6 @@ Compile bytecode for a.prop
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evDuplicateItems.kt, 7) local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evDuplicateItems.kt, 7)
local = a: evDuplicateItems.A = {evDuplicateItems.A@uniqueID} (sp = evDuplicateItems.kt, 8) local = a: evDuplicateItems.A = {evDuplicateItems.A@uniqueID} (sp = evDuplicateItems.kt, 8)
field = prop: int = 1 (sp = evDuplicateItems.kt, 4) field = prop: int = 1 (sp = evDuplicateItems.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at evFinalProperty.kt:10 LineBreakpoint created at evFinalProperty.kt:10
!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! evFinalProperty.EvFinalPropertyKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evFinalProperty.kt:10 evFinalProperty.kt:10
package evFinalProperty package evFinalProperty
@@ -19,6 +19,6 @@ fun main(args: Array<String>) {
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evFinalProperty.kt, 7) local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evFinalProperty.kt, 7)
local = a: evFinalProperty.A = {evFinalProperty.A@uniqueID} (sp = evFinalProperty.kt, 8) local = a: evFinalProperty.A = {evFinalProperty.A@uniqueID} (sp = evFinalProperty.kt, 8)
field = prop: int = 1 (sp = evFinalProperty.kt, 4) field = prop: int = 1 (sp = evFinalProperty.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at evFunctionDeclaration.kt:5 LineBreakpoint created at evFunctionDeclaration.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! evFunctionDeclaration.EvFunctionDeclarationKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evFunctionDeclaration.kt:5 evFunctionDeclaration.kt:5
package evFunctionDeclaration package evFunctionDeclaration
@@ -18,6 +18,6 @@ Compile bytecode for a
frame = foo:5, A {evFunctionDeclaration} frame = foo:5, A {evFunctionDeclaration}
this = this = {evFunctionDeclaration.A@uniqueID} this = this = {evFunctionDeclaration.A@uniqueID}
field = a: int = 1 (sp = evFunctionDeclaration.kt, 3) field = a: int = 1 (sp = evFunctionDeclaration.kt, 3)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at evLineRange.kt:15 LineBreakpoint created at evLineRange.kt:15
!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! evLineRange.EvLineRangeKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evLineRange.kt:15 evLineRange.kt:15
package evLineRange package evLineRange
@@ -34,6 +34,6 @@ Compile bytecode for a2.prop
local = a3: evLineRange.A = {evLineRange.A@uniqueID} (sp = evLineRange.kt, 10) local = a3: evLineRange.A = {evLineRange.A@uniqueID} (sp = evLineRange.kt, 10)
field = prop: int = 1 (sp = evLineRange.kt, 4) field = prop: int = 1 (sp = evLineRange.kt, 4)
local = i1: int = 1 (sp = evLineRange.kt, 13) local = i1: int = 1 (sp = evLineRange.kt, 13)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at evProperty.kt:10 LineBreakpoint created at evProperty.kt:10
!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! evProperty.EvPropertyKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evProperty.kt:10 evProperty.kt:10
package evProperty package evProperty
@@ -22,6 +22,6 @@ Compile bytecode for a.prop
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evProperty.kt, 7) local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = evProperty.kt, 7)
local = a: evProperty.A = {evProperty.A@uniqueID} (sp = evProperty.kt, 8) local = a: evProperty.A = {evProperty.A@uniqueID} (sp = evProperty.kt, 8)
field = prop: int = 1 (sp = evProperty.kt, 4) field = prop: int = 1 (sp = evProperty.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at evPropertyRefExpr.kt:8 LineBreakpoint created at evPropertyRefExpr.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evPropertyRefExpr.EvPropertyRefExprKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evPropertyRefExpr.kt:8 evPropertyRefExpr.kt:8
package evPropertyRefExpr package evPropertyRefExpr
@@ -24,6 +24,6 @@ Compile bytecode for prop
frame = test:8, A {evPropertyRefExpr} frame = test:8, A {evPropertyRefExpr}
this = this = {evPropertyRefExpr.A@uniqueID} this = this = {evPropertyRefExpr.A@uniqueID}
field = prop: int = 1 (sp = evPropertyRefExpr.kt, 4) field = prop: int = 1 (sp = evPropertyRefExpr.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at evSkipAnonymousObject.kt:12 LineBreakpoint created at evSkipAnonymousObject.kt:12
!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! evSkipAnonymousObject.EvSkipAnonymousObjectKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evSkipAnonymousObject.kt:12 evSkipAnonymousObject.kt:12
package evSkipAnonymousObject package evSkipAnonymousObject
@@ -35,6 +35,6 @@ Compile bytecode for a1.prop
field = prop: int = 1 (sp = evSkipAnonymousObject.kt, 4) field = prop: int = 1 (sp = evSkipAnonymousObject.kt, 4)
local = a2: evSkipAnonymousObject.A = {evSkipAnonymousObject.A@uniqueID} (sp = evSkipAnonymousObject.kt, 9) local = a2: evSkipAnonymousObject.A = {evSkipAnonymousObject.A@uniqueID} (sp = evSkipAnonymousObject.kt, 9)
field = prop: int = 1 (sp = evSkipAnonymousObject.kt, 4) field = prop: int = 1 (sp = evSkipAnonymousObject.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at evSkipLambda.kt:12 LineBreakpoint created at evSkipLambda.kt:12
!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! evSkipLambda.EvSkipLambdaKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evSkipLambda.kt:12 evSkipLambda.kt:12
package evSkipLambda package evSkipLambda
@@ -30,6 +30,6 @@ Compile bytecode for a1.prop
field = prop: int = 1 (sp = evSkipLambda.kt, 4) field = prop: int = 1 (sp = evSkipLambda.kt, 4)
local = a2: evSkipLambda.A = {evSkipLambda.A@uniqueID} (sp = evSkipLambda.kt, 9) local = a2: evSkipLambda.A = {evSkipLambda.A@uniqueID} (sp = evSkipLambda.kt, 9)
field = prop: int = 1 (sp = evSkipLambda.kt, 4) field = prop: int = 1 (sp = evSkipLambda.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at evSkipLocalClass.kt:12 LineBreakpoint created at evSkipLocalClass.kt:12
!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! evSkipLocalClass.EvSkipLocalClassKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
evSkipLocalClass.kt:12 evSkipLocalClass.kt:12
package evSkipLocalClass package evSkipLocalClass
@@ -31,6 +31,6 @@ Compile bytecode for a1.prop
field = prop: int = 1 (sp = evSkipLocalClass.kt, 4) field = prop: int = 1 (sp = evSkipLocalClass.kt, 4)
local = a2: evSkipLocalClass.A = {evSkipLocalClass.A@uniqueID} (sp = evSkipLocalClass.kt, 9) local = a2: evSkipLocalClass.A = {evSkipLocalClass.A@uniqueID} (sp = evSkipLocalClass.kt, 9)
field = prop: int = 1 (sp = evSkipLocalClass.kt, 4) field = prop: int = 1 (sp = evSkipLocalClass.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -4,8 +4,8 @@ LineBreakpoint created at exceptions.kt:26
LineBreakpoint created at exceptions.kt:31 LineBreakpoint created at exceptions.kt:31
LineBreakpoint created at exceptions.kt:42 LineBreakpoint created at exceptions.kt:42
LineBreakpoint created at exceptions.kt:51 LineBreakpoint created at exceptions.kt:51
!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! exceptions.ExceptionsKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
exceptions.kt:9 exceptions.kt:9
Compile bytecode for fail() Compile bytecode for fail()
exceptions.kt:14 exceptions.kt:14
@@ -15,6 +15,6 @@ exceptions.kt:31
exceptions.kt:42 exceptions.kt:42
Compile bytecode for c.get(0) Compile bytecode for c.get(0)
exceptions.kt:51 exceptions.kt:51
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at extFun.kt:12 LineBreakpoint created at extFun.kt:12
!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! extFun.ExtFunKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extFun.kt:12 extFun.kt:12
extFun.kt:6 extFun.kt:6
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -14,8 +14,8 @@ LineBreakpoint created at extensionMemberFunction.kt:98
LineBreakpoint created at extensionMemberFunction.kt:103 LineBreakpoint created at extensionMemberFunction.kt:103
LineBreakpoint created at extensionMemberFunction.kt:108 LineBreakpoint created at extensionMemberFunction.kt:108
LineBreakpoint created at extensionMemberFunction.kt:113 LineBreakpoint created at extensionMemberFunction.kt:113
!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! extensionMemberFunction.ExtensionMemberFunctionKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extensionMemberFunction.kt:13 extensionMemberFunction.kt:13
Compile bytecode for extClass.testPublic() Compile bytecode for extClass.testPublic()
extensionMemberFunction.kt:19 extensionMemberFunction.kt:19
@@ -48,6 +48,6 @@ extensionMemberFunction.kt:108
Compile bytecode for testCompPrivate() Compile bytecode for testCompPrivate()
extensionMemberFunction.kt:113 extensionMemberFunction.kt:113
Compile bytecode for this.testCompPrivate() Compile bytecode for this.testCompPrivate()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,11 +1,11 @@
LineBreakpoint created at extensionMemberFunctionInObject.kt:14 LineBreakpoint created at extensionMemberFunctionInObject.kt:14
LineBreakpoint created at extensionMemberFunctionInObject.kt:20 LineBreakpoint created at extensionMemberFunctionInObject.kt:20
!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! extensionMemberFunctionInObject.ExtensionMemberFunctionInObjectKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extensionMemberFunctionInObject.kt:14 extensionMemberFunctionInObject.kt:14
Compile bytecode for "OK".baz() Compile bytecode for "OK".baz()
extensionMemberFunctionInObject.kt:20 extensionMemberFunctionInObject.kt:20
Compile bytecode for baz() Compile bytecode for baz()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -14,8 +14,8 @@ LineBreakpoint created at extensionMemberProperty.kt:102
LineBreakpoint created at extensionMemberProperty.kt:107 LineBreakpoint created at extensionMemberProperty.kt:107
LineBreakpoint created at extensionMemberProperty.kt:112 LineBreakpoint created at extensionMemberProperty.kt:112
LineBreakpoint created at extensionMemberProperty.kt:117 LineBreakpoint created at extensionMemberProperty.kt:117
!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! extensionMemberProperty.ExtensionMemberPropertyKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extensionMemberProperty.kt:13 extensionMemberProperty.kt:13
Compile bytecode for extClass.testPublic Compile bytecode for extClass.testPublic
extensionMemberProperty.kt:19 extensionMemberProperty.kt:19
@@ -48,6 +48,6 @@ extensionMemberProperty.kt:112
Compile bytecode for testCompPrivate Compile bytecode for testCompPrivate
extensionMemberProperty.kt:117 extensionMemberProperty.kt:117
Compile bytecode for this.testCompPrivate Compile bytecode for this.testCompPrivate
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,11 +1,11 @@
LineBreakpoint created at extractLocalVariables.kt:7 LineBreakpoint created at extractLocalVariables.kt:7
!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! extractLocalVariables.ExtractLocalVariablesKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extractLocalVariables.kt:7 extractLocalVariables.kt:7
Compile bytecode for a Compile bytecode for a
Compile bytecode for klass.f1(1) Compile bytecode for klass.f1(1)
Compile bytecode for args.size Compile bytecode for args.size
Compile bytecode for klass.b Compile bytecode for klass.b
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,10 +1,10 @@
LineBreakpoint created at extractThis.kt:13 LineBreakpoint created at extractThis.kt:13
!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! extractThis.ExtractThisKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extractThis.kt:13 extractThis.kt:13
Compile bytecode for prop Compile bytecode for prop
Compile bytecode for this.prop Compile bytecode for this.prop
Compile bytecode for prop + a Compile bytecode for prop + a
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,9 +1,9 @@
LineBreakpoint created at extractThisInTrait.kt:10 LineBreakpoint created at extractThisInTrait.kt:10
!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! extractThisInTrait.ExtractThisInTraitKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extractThisInTrait.kt:10 extractThisInTrait.kt:10
Compile bytecode for prop Compile bytecode for prop
Compile bytecode for this.prop Compile bytecode for this.prop
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,11 +1,11 @@
LineBreakpoint created at extractVariablesFromCall.kt:8 LineBreakpoint created at extractVariablesFromCall.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! extractVariablesFromCall.ExtractVariablesFromCallKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
extractVariablesFromCall.kt:8 extractVariablesFromCall.kt:8
Compile bytecode for f1(a, s) Compile bytecode for f1(a, s)
Compile bytecode for a.f2(s) Compile bytecode for a.f2(s)
Compile bytecode for a f2 s Compile bytecode for a f2 s
Compile bytecode for klass.f1(a, s) Compile bytecode for klass.f1(a, s)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at fileWithInternal.kt:5 LineBreakpoint created at fileWithInternal.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! fileWithError.FileWithErrorKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
fileWithInternal.kt:5 fileWithInternal.kt:5
Compile bytecode for 1 Compile bytecode for 1
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at forLoop.kt:6 LineBreakpoint created at forLoop.kt:6
!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! forLoop.ForLoopKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
forLoop.kt:6 forLoop.kt:6
forLoop.kt:7 forLoop.kt:7
forLoop.kt:8 forLoop.kt:8
@@ -16,6 +16,6 @@ forLoop.kt:12
forLoop.kt:13 forLoop.kt:13
forLoop.kt:11 forLoop.kt:11
forLoop.kt:15 forLoop.kt:15
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at frameAnonymousObject.kt:11 LineBreakpoint created at frameAnonymousObject.kt:11
!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! frameAnonymousObject.FrameAnonymousObjectKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameAnonymousObject.kt:11 frameAnonymousObject.kt:11
package frameAnonymousObject package frameAnonymousObject
@@ -31,6 +31,6 @@ fun foo(f: () -> Unit) {
field = obProp: int = 1 (sp = frameAnonymousObject.kt, 6) field = obProp: int = 1 (sp = frameAnonymousObject.kt, 6)
field = $val1: int = 1 (sp = null) field = $val1: int = 1 (sp = null)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameClassObject.kt:16 LineBreakpoint created at frameClassObject.kt:16
!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! frameClassObject.FrameClassObjectKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameClassObject.kt:16 frameClassObject.kt:16
Compile bytecode for prop Compile bytecode for prop
Compile bytecode for myFun() Compile bytecode for myFun()
@@ -38,6 +38,6 @@ fun foo(f: () -> Unit) {
frame = invoke:16, A$test$1 {frameClassObject} frame = invoke:16, A$test$1 {frameClassObject}
this = this = {frameClassObject.A$test$1@uniqueID}Function0<kotlin.Unit> this = this = {frameClassObject.A$test$1@uniqueID}Function0<kotlin.Unit>
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at frameClosingBracket.kt:6 LineBreakpoint created at frameClosingBracket.kt:6
!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! frameClosingBracket.FrameClosingBracketKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameClosingBracket.kt:6 frameClosingBracket.kt:6
Compile bytecode for a Compile bytecode for a
package frameClosingBracket package frameClosingBracket
@@ -17,6 +17,6 @@ fun main(args: Array<String>) {
frame = main:6, FrameClosingBracketKt {frameClosingBracket} frame = main:6, FrameClosingBracketKt {frameClosingBracket}
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = frameClosingBracket.kt, 3) local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = frameClosingBracket.kt, 3)
local = a: int = 1 (sp = frameClosingBracket.kt, 4) local = a: int = 1 (sp = frameClosingBracket.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameExtFunExtFun.kt:24 LineBreakpoint created at frameExtFunExtFun.kt:24
!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! frameExtFunExtFun.FrameExtFunExtFunKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameExtFunExtFun.kt:24 frameExtFunExtFun.kt:24
Compile bytecode for valFoo Compile bytecode for valFoo
Compile bytecode for valTest Compile bytecode for valTest
@@ -96,6 +96,6 @@ fun lambda(f: () -> Unit) {
field = bProp: int = 1 (sp = frameExtFunExtFun.kt, 41) field = bProp: int = 1 (sp = frameExtFunExtFun.kt, 41)
field = $valTest: int = 1 (sp = null) field = $valTest: int = 1 (sp = null)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameExtensionFun.kt:14 LineBreakpoint created at frameExtensionFun.kt:14
!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! frameExtensionFun.FrameExtensionFunKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameExtensionFun.kt:14 frameExtensionFun.kt:14
Compile bytecode for prop Compile bytecode for prop
Compile bytecode for myFun() Compile bytecode for myFun()
@@ -30,6 +30,6 @@ fun A.foo() {
frame = foo:14, FrameExtensionFunKt {frameExtensionFun} frame = foo:14, FrameExtensionFunKt {frameExtensionFun}
local = $receiver: frameExtensionFun.A = {frameExtensionFun.A@uniqueID} (sp = null) local = $receiver: frameExtensionFun.A = {frameExtensionFun.A@uniqueID} (sp = null)
field = prop: int = 1 (sp = frameExtensionFun.kt, 8) field = prop: int = 1 (sp = frameExtensionFun.kt, 8)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at frameInlineArgument.kt:7 LineBreakpoint created at frameInlineArgument.kt:7
!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! frameInlineArgument.FrameInlineArgumentKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameInlineArgument.kt:7 frameInlineArgument.kt:7
Compile bytecode for element Compile bytecode for element
package frameInlineArgument package frameInlineArgument
@@ -34,6 +34,6 @@ class A {
local = this_$iv: frameInlineArgument.A = {frameInlineArgument.A@uniqueID} (sp = null) local = this_$iv: frameInlineArgument.A = {frameInlineArgument.A@uniqueID} (sp = null)
field = prop: int = 1 (sp = frameInlineArgument.kt, 17) field = prop: int = 1 (sp = frameInlineArgument.kt, 17)
local = element$iv: double = 1.0 (sp = frameInlineArgument.kt, 4) local = element$iv: double = 1.0 (sp = frameInlineArgument.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at frameInlineArgumentInsideInlineFun.kt:16 LineBreakpoint created at frameInlineArgumentInsideInlineFun.kt:16
!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! frameInlineArgumentInsideInlineFun.FrameInlineArgumentInsideInlineFunKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameInlineArgumentInsideInlineFun.kt:16 frameInlineArgumentInsideInlineFun.kt:16
Compile bytecode for element Compile bytecode for element
// KT-10674: Debugger: Evaluate Expression / Watches fail for variable/parameter captured from one inline function to another // KT-10674: Debugger: Evaluate Expression / Watches fail for variable/parameter captured from one inline function to another
@@ -52,6 +52,6 @@ fun main(args: Array<String>) {
- Class has no fields - Class has no fields
local = element$iv$iv: double = 1.0 (sp = frameInlineArgumentInsideInlineFun.kt, 13) local = element$iv$iv: double = 1.0 (sp = frameInlineArgumentInsideInlineFun.kt, 13)
local = it$iv: int = 1 (sp = null) local = it$iv: int = 1 (sp = null)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameInlineFun.kt:14 LineBreakpoint created at frameInlineFun.kt:14
!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! frameInlineFun.FrameInlineFunKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameInlineFun.kt:14 frameInlineFun.kt:14
Compile bytecode for element Compile bytecode for element
Compile bytecode for this.prop Compile bytecode for this.prop
@@ -38,6 +38,6 @@ class A {
local = this_$iv: frameInlineFun.A = {frameInlineFun.A@uniqueID} (sp = null) local = this_$iv: frameInlineFun.A = {frameInlineFun.A@uniqueID} (sp = null)
field = prop: int = 1 (sp = frameInlineFun.kt, 17) field = prop: int = 1 (sp = frameInlineFun.kt, 17)
local = element$iv: double = 1.0 (sp = frameInlineFun.kt, 12) local = element$iv: double = 1.0 (sp = frameInlineFun.kt, 12)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at frameInlineFunCallInsideInlineFun.kt:20 LineBreakpoint created at frameInlineFunCallInsideInlineFun.kt:20
!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! frameInlineFunCallInsideInlineFun.FrameInlineFunCallInsideInlineFunKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameInlineFunCallInsideInlineFun.kt:20 frameInlineFunCallInsideInlineFun.kt:20
frameInlineFunCallInsideInlineFun.kt:5 frameInlineFunCallInsideInlineFun.kt:5
frameInlineFunCallInsideInlineFun.kt:7 frameInlineFunCallInsideInlineFun.kt:7
@@ -66,6 +66,6 @@ fun main(args: Array<String>) {
local = this_$iv$iv: frameInlineFunCallInsideInlineFun.A = {frameInlineFunCallInsideInlineFun.A@uniqueID} (sp = null) local = this_$iv$iv: frameInlineFunCallInsideInlineFun.A = {frameInlineFunCallInsideInlineFun.A@uniqueID} (sp = null)
field = prop: int = 1 (sp = frameInlineFunCallInsideInlineFun.kt, 10) field = prop: int = 1 (sp = frameInlineFunCallInsideInlineFun.kt, 10)
local = element$iv$iv: double = 1.0 (sp = frameInlineFunCallInsideInlineFun.kt, 5) local = element$iv$iv: double = 1.0 (sp = frameInlineFunCallInsideInlineFun.kt, 5)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameInnerClass.kt:17 LineBreakpoint created at frameInnerClass.kt:17
!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! frameInnerClass.FrameInnerClassKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameInnerClass.kt:17 frameInnerClass.kt:17
Compile bytecode for prop1 Compile bytecode for prop1
Compile bytecode for prop2 Compile bytecode for prop2
@@ -45,6 +45,6 @@ class A {
field = prop2: int = 1 (sp = frameInnerClass.kt, 12) field = prop2: int = 1 (sp = frameInnerClass.kt, 12)
field = this$0: frameInnerClass.A = {frameInnerClass.A@uniqueID} (sp = null) field = this$0: frameInnerClass.A = {frameInnerClass.A@uniqueID} (sp = null)
field = prop1: int = 1 (sp = frameInnerClass.kt, 8) field = prop1: int = 1 (sp = frameInnerClass.kt, 8)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameInnerLambda.kt:9 LineBreakpoint created at frameInnerLambda.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameInnerLambda.FrameInnerLambdaKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameInnerLambda.kt:9 frameInnerLambda.kt:9
Compile bytecode for val1 Compile bytecode for val1
Compile bytecode for val2 Compile bytecode for val2
@@ -39,6 +39,6 @@ fun foo(f: () -> Unit) {
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
field = $val2: int = 1 (sp = null) field = $val2: int = 1 (sp = null)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameLambda.kt:7 LineBreakpoint created at frameLambda.kt:7
!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! frameLambda.FrameLambdaKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameLambda.kt:7 frameLambda.kt:7
Compile bytecode for val1 Compile bytecode for val1
package frameLambda package frameLambda
@@ -25,6 +25,6 @@ fun foo(f: () -> Unit) {
this = this = {frameLambda.FrameLambdaKt$main$1@uniqueID}Function0<kotlin.Unit> this = this = {frameLambda.FrameLambdaKt$main$1@uniqueID}Function0<kotlin.Unit>
field = $val1: int = 1 (sp = null) field = $val1: int = 1 (sp = null)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameLambdaNotUsed.kt:7 LineBreakpoint created at frameLambdaNotUsed.kt:7
!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! frameLambdaNotUsed.FrameLambdaNotUsedKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameLambdaNotUsed.kt:7 frameLambdaNotUsed.kt:7
Compile bytecode for val1 Compile bytecode for val1
package frameLambdaNotUsed package frameLambdaNotUsed
@@ -24,6 +24,6 @@ fun foo(f: () -> Unit) {
frame = invoke:7, FrameLambdaNotUsedKt$main$1 {frameLambdaNotUsed} frame = invoke:7, FrameLambdaNotUsedKt$main$1 {frameLambdaNotUsed}
this = this = {frameLambdaNotUsed.FrameLambdaNotUsedKt$main$1@uniqueID}Function0<kotlin.Unit> this = this = {frameLambdaNotUsed.FrameLambdaNotUsedKt$main$1@uniqueID}Function0<kotlin.Unit>
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameLocalVariable.kt:6 LineBreakpoint created at frameLocalVariable.kt:6
!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! frameLocalVariable.FrameLocalVariableKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameLocalVariable.kt:6 frameLocalVariable.kt:6
package frameLocalVariable package frameLocalVariable
@@ -14,6 +14,6 @@ fun main(args: Array<String>) {
frame = main:6, FrameLocalVariableKt {frameLocalVariable} frame = main:6, FrameLocalVariableKt {frameLocalVariable}
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = frameLocalVariable.kt, 3) local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = frameLocalVariable.kt, 3)
local = val1: int = 1 (sp = frameLocalVariable.kt, 4) local = val1: int = 1 (sp = frameLocalVariable.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameObject.kt:6 LineBreakpoint created at frameObject.kt:6
!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! frameObject.FrameObjectKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameObject.kt:6 frameObject.kt:6
Compile bytecode for O.obProp Compile bytecode for O.obProp
Compile bytecode for O.obMyFun() Compile bytecode for O.obMyFun()
@@ -32,6 +32,6 @@ fun foo(f: () -> Unit) {
frame = invoke:6, FrameObjectKt$main$1 {frameObject} frame = invoke:6, FrameObjectKt$main$1 {frameObject}
this = this = {frameObject.FrameObjectKt$main$1@uniqueID}Function0<kotlin.Unit> this = this = {frameObject.FrameObjectKt$main$1@uniqueID}Function0<kotlin.Unit>
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameSharedVar.kt:7 LineBreakpoint created at frameSharedVar.kt:7
!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! frameSharedVar.FrameSharedVarKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameSharedVar.kt:7 frameSharedVar.kt:7
Compile bytecode for var1 Compile bytecode for var1
package frameSharedVar package frameSharedVar
@@ -26,6 +26,6 @@ fun foo(f: () -> Unit) {
field = $var1: kotlin.jvm.internal.Ref$IntRef = {kotlin.jvm.internal.Ref$IntRef@uniqueID}1 (sp = null) field = $var1: kotlin.jvm.internal.Ref$IntRef = {kotlin.jvm.internal.Ref$IntRef@uniqueID}1 (sp = null)
field = element: int = 1 (sp = Ref.!EXT!) field = element: int = 1 (sp = Ref.!EXT!)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,6 +1,6 @@
LineBreakpoint created at frameSharedVarLocalVar.kt:7 LineBreakpoint created at frameSharedVarLocalVar.kt:7
!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! frameSharedVarLocalVar.FrameSharedVarLocalVarKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameSharedVarLocalVar.kt:7 frameSharedVarLocalVar.kt:7
Compile bytecode for var1 Compile bytecode for var1
package frameSharedVarLocalVar package frameSharedVarLocalVar
@@ -24,6 +24,6 @@ inline fun foo(f: () -> Unit) {
frame = main:7, FrameSharedVarLocalVarKt {frameSharedVarLocalVar} frame = main:7, FrameSharedVarLocalVarKt {frameSharedVarLocalVar}
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = frameSharedVarLocalVar.kt, 3) local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = frameSharedVarLocalVar.kt, 3)
local = var1: int = 1 (sp = frameSharedVarLocalVar.kt, 4) local = var1: int = 1 (sp = frameSharedVarLocalVar.kt, 4)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameSimple.kt:9 LineBreakpoint created at frameSimple.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameSimple.FrameSimpleKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameSimple.kt:9 frameSimple.kt:9
Compile bytecode for val1 Compile bytecode for val1
Compile bytecode for val2 Compile bytecode for val2
@@ -39,6 +39,6 @@ class MyClass
local = val1: int = 1 (sp = frameSimple.kt, 6) local = val1: int = 1 (sp = frameSimple.kt, 6)
local = val2: frameSimple.MyClass = {frameSimple.MyClass@uniqueID} (sp = frameSimple.kt, 7) local = val2: frameSimple.MyClass = {frameSimple.MyClass@uniqueID} (sp = frameSimple.kt, 7)
- Class has no fields - Class has no fields
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameThis0.kt:16 LineBreakpoint created at frameThis0.kt:16
!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! frameThis0.FrameThis0Kt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameThis0.kt:16 frameThis0.kt:16
Compile bytecode for val1 Compile bytecode for val1
Compile bytecode for val2 Compile bytecode for val2
@@ -54,6 +54,6 @@ fun foo(f: () -> Unit) {
field = $val1: int = 1 (sp = null) field = $val1: int = 1 (sp = null)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
local = val2: int = 1 (sp = frameThis0.kt, 14) local = val2: int = 1 (sp = frameThis0.kt, 14)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameThis0Ext.kt:15 LineBreakpoint created at frameThis0Ext.kt:15
!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! frameThis0Ext.FrameThis0ExtKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameThis0Ext.kt:15 frameThis0Ext.kt:15
Compile bytecode for val1 Compile bytecode for val1
Compile bytecode for prop1 Compile bytecode for prop1
@@ -71,6 +71,6 @@ fun foo(f: () -> Unit) {
field = prop2: int = 1 (sp = frameThis0Ext.kt, 25) field = prop2: int = 1 (sp = frameThis0Ext.kt, 25)
field = $val1: int = 1 (sp = null) field = $val1: int = 1 (sp = null)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at frameThis0This0.kt:17 LineBreakpoint created at frameThis0This0.kt:17
!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! frameThis0This0.FrameThis0This0Kt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
frameThis0This0.kt:17 frameThis0This0.kt:17
Compile bytecode for val1 Compile bytecode for val1
Compile bytecode for val2 Compile bytecode for val2
@@ -58,6 +58,6 @@ fun foo(f: () -> Unit) {
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
field = $val2: int = 1 (sp = null) field = $val2: int = 1 (sp = null)
field = arity: int = 0 (sp = Lambda.!EXT!) field = arity: int = 0 (sp = Lambda.!EXT!)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -1,14 +1,14 @@
LineBreakpoint created at funFromOuterClassInLamdba.kt:20 LineBreakpoint created at funFromOuterClassInLamdba.kt:20
LineBreakpoint created at funFromOuterClassInLamdba.kt:28 LineBreakpoint created at funFromOuterClassInLamdba.kt:28
LineBreakpoint created at funFromOuterClassInLamdba.kt:36 LineBreakpoint created at funFromOuterClassInLamdba.kt:36
!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! funFromOuterClassInLamdba.FunFromOuterClassInLamdbaKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
funFromOuterClassInLamdba.kt:20 funFromOuterClassInLamdba.kt:20
Compile bytecode for foo() + 1 Compile bytecode for foo() + 1
funFromOuterClassInLamdba.kt:28 funFromOuterClassInLamdba.kt:28
Compile bytecode for foo() + 2 Compile bytecode for foo() + 2
funFromOuterClassInLamdba.kt:36 funFromOuterClassInLamdba.kt:36
Compile bytecode for foo() + 3 Compile bytecode for foo() + 3
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at funFromSuperClass.kt:12 LineBreakpoint created at funFromSuperClass.kt:12
!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! funFromSuperClass.FunFromSuperClassKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
funFromSuperClass.kt:12 funFromSuperClass.kt:12
Compile bytecode for foo() Compile bytecode for foo()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,8 +1,8 @@
LineBreakpoint created at funLiteral.kt:5 LineBreakpoint created at funLiteral.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! funLiteral.FunLiteralKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
funLiteral.kt:5 funLiteral.kt:5
funLiteral.kt:6 funLiteral.kt:6
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
@@ -2,8 +2,8 @@ LineBreakpoint created at functionCallStoredToVariable.kt:7
LineBreakpoint created at functionCallStoredToVariable.kt:14 LineBreakpoint created at functionCallStoredToVariable.kt:14
LineBreakpoint created at functionCallStoredToVariable.kt:21 LineBreakpoint created at functionCallStoredToVariable.kt:21
LineBreakpoint created at functionCallStoredToVariable.kt:28 LineBreakpoint created at functionCallStoredToVariable.kt:28
!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! functionCallStoredToVariable.FunctionCallStoredToVariableKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
functionCallStoredToVariable.kt:7 functionCallStoredToVariable.kt:7
functionCallStoredToVariable.kt:4 functionCallStoredToVariable.kt:4
functionCallStoredToVariable.kt:14 functionCallStoredToVariable.kt:14
@@ -16,6 +16,6 @@ functionCallStoredToVariable.kt:28
functionCallStoredToVariable.kt:29 functionCallStoredToVariable.kt:29
functionCallStoredToVariable.kt:47 functionCallStoredToVariable.kt:47
functionCallStoredToVariable.kt:25 functionCallStoredToVariable.kt:25
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -1,6 +1,6 @@
LineBreakpoint created at functionReference.kt:11 LineBreakpoint created at functionReference.kt:11
!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! functionReference.FunctionReferenceKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
functionReference.kt:11 functionReference.kt:11
functionReference.kt:4 functionReference.kt:4
functionReference.kt:7 functionReference.kt:7
@@ -8,6 +8,6 @@ functionReference.kt:11
functionReference.kt:4 functionReference.kt:4
functionReference.kt:5 functionReference.kt:5
functionReference.kt:12 functionReference.kt:12
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -2,8 +2,8 @@ KotlinFieldBreakpoint created at fwAbstractProperty.kt:6
KotlinFieldBreakpoint created at fwAbstractProperty.kt:9 KotlinFieldBreakpoint created at fwAbstractProperty.kt:9
KotlinFieldBreakpoint created at fwAbstractProperty.kt:43 KotlinFieldBreakpoint created at fwAbstractProperty.kt:43
KotlinFieldBreakpoint created at fwAbstractProperty.kt:46 KotlinFieldBreakpoint created at fwAbstractProperty.kt:46
!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! fwAbstractProperty.FwAbstractPropertyKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
fwAbstractProperty.kt:57 fwAbstractProperty.kt:57
fwAbstractProperty.kt:59 fwAbstractProperty.kt:59
fwAbstractProperty.kt:61 fwAbstractProperty.kt:61
@@ -21,6 +21,6 @@ fwAbstractProperty.kt:46
fwAbstractProperty.kt:43 fwAbstractProperty.kt:43
fwAbstractProperty.kt:46 fwAbstractProperty.kt:46
fwAbstractProperty.kt:46 fwAbstractProperty.kt:46
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0
+3 -3
View File
@@ -6,8 +6,8 @@ KotlinFieldBreakpoint created at fwBackingField.kt:31
KotlinFieldBreakpoint created at fwBackingField.kt:33 KotlinFieldBreakpoint created at fwBackingField.kt:33
KotlinFieldBreakpoint created at fwBackingField.kt:45 KotlinFieldBreakpoint created at fwBackingField.kt:45
KotlinFieldBreakpoint created at fwBackingField.kt:48 KotlinFieldBreakpoint created at fwBackingField.kt:48
!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! fwBackingField.FwBackingFieldKt Run Java
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Connected to the target VM
fwBackingField.kt:18 fwBackingField.kt:18
fwBackingField.kt:21 fwBackingField.kt:21
fwBackingField.kt:59 fwBackingField.kt:59
@@ -42,6 +42,6 @@ fwBackingField.kt:42
fwBackingField.kt:48 fwBackingField.kt:48
fwBackingField.kt:54 fwBackingField.kt:54
fwBackingField.kt:63 fwBackingField.kt:63
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM
Process finished with exit code 0 Process finished with exit code 0

Some files were not shown because too many files have changed in this diff Show More