Evaluate expression: test with doubles

This commit is contained in:
Natalia Ukhorskaya
2014-05-30 12:19:40 +04:00
parent 250b9b500b
commit 906a3ea905
3 changed files with 23 additions and 0 deletions
@@ -0,0 +1,7 @@
LineBreakpoint created at doubles.kt:7
!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!;!RT_JAR! doubles.DoublesPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
doubles.kt:6
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0