Debugger: add test for evaluate expression

This commit is contained in:
Natalia Ukhorskaya
2014-04-09 14:32:52 +04:00
parent b9ed52e630
commit 133aea9c4b
14 changed files with 308 additions and 0 deletions
@@ -0,0 +1,7 @@
LineBreakpoint created at stdlib.kt:5
!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! stdlib.StdlibPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stdlib.kt:4
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0