Add tests on smart step into lambda

This commit is contained in:
Natalia Ukhorskaya
2015-07-21 17:22:58 +03:00
parent c8f57e007c
commit ee49d13d89
8 changed files with 128 additions and 13 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at severalFunLiteralsInClass.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 !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! severalFunLiteralsInClass.SeveralFunLiteralsInClassPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
severalFunLiteralsInClass.kt:20
severalFunLiteralsInClass.kt:21
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0