Evaluate Expression: box and unbox arguments before running JDIEval

This commit is contained in:
Natalia Ukhorskaya
2015-04-27 15:46:32 +03:00
parent 7e245e97ad
commit 328013a351
6 changed files with 93 additions and 6 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at unboxParam.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 !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! unboxParam.UnboxParamPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
unboxParam.kt:12
Compile bytecode for fooInt(nullableInt)
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0