Debugger: Support parameters of inlined lambda in evaluate expression

This commit is contained in:
Natalia Ukhorskaya
2015-08-25 13:52:15 +03:00
parent 32bf7d9520
commit 19e8c9edb0
12 changed files with 224 additions and 28 deletions
@@ -3,6 +3,7 @@ LineBreakpoint created at inlineFunctionalExpression.kt:9
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
inlineFunctionalExpression.kt:9
inlineFunctionalExpression.kt:9
Compile bytecode for it
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
+1
View File
@@ -3,6 +3,7 @@ LineBreakpoint created at inlineLambda.kt:9
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
inlineLambda.kt:9
inlineLambda.kt:9
Compile bytecode for it
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
@@ -0,0 +1,14 @@
LineBreakpoint created at parametersOfInlineFun.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! parametersOfInlineFun.ParametersOfInlineFunPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
parametersOfInlineFun.kt:8
parametersOfInlineFun.kt:8
Compile bytecode for primitive
Compile bytecode for it
Compile bytecode for array
Compile bytecode for str
Compile bytecode for list
Compile bytecode for `$receiver`.prop
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
@@ -0,0 +1,11 @@
LineBreakpoint created at parametersOfInlineFunSeveralOnLine.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! parametersOfInlineFunSeveralOnLine.ParametersOfInlineFunSeveralOnLinePackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
parametersOfInlineFunSeveralOnLine.kt:8
parametersOfInlineFunSeveralOnLine.kt:8
parametersOfInlineFunSeveralOnLine.kt:8
parametersOfInlineFunSeveralOnLine.kt:8
Compile bytecode for it
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0