Fix step over if there isn't any inlined arguments

This commit is contained in:
Natalia Ukhorskaya
2015-09-09 11:50:14 +03:00
parent aabf579454
commit 0096f2668c
5 changed files with 73 additions and 15 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at stepOverSimpleFun.kt:11
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverSimpleFun.StepOverSimpleFunPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepOverSimpleFun.kt:11
stepOverSimpleFun.kt:4
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0