Evaluate expression: add ability to evaluate expression suspending on class header

This commit is contained in:
Natalia Ukhorskaya
2014-11-06 13:25:07 +03:00
parent 4eb93c06b1
commit 55590e00a5
5 changed files with 59 additions and 0 deletions
@@ -0,0 +1,12 @@
LineBreakpoint created at onClassHeader.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 !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! onClassHeader.OnClassHeaderPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
onClassHeader.kt:6
onClassHeader.kt:18
onClassHeader.kt:16
Compile bytecode for 1 + 1
Compile bytecode for this
Compile bytecode for this.foo("a")
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0