Support inlined functional expressions in debugger

This commit is contained in:
Michael Bogdanov
2015-04-28 14:23:34 +03:00
parent e0aa64b8d2
commit fe23f23664
6 changed files with 78 additions and 42 deletions
@@ -0,0 +1,10 @@
LineBreakpoint created at oneLineFunctionalExpression.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 !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! oneLineFunctionalExpression.OneLineFunctionalExpressionPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
oneLineFunctionalExpression.kt:9
oneLineFunctionalExpression.kt:14
oneLineFunctionalExpression.kt:9
Compile bytecode for it
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0