Debugger: support stepping over inline function

This commit is contained in:
Natalia Ukhorskaya
2015-08-26 21:18:17 +03:00
parent ff4d557eac
commit 73946050c1
16 changed files with 384 additions and 39 deletions
@@ -0,0 +1,11 @@
LineBreakpoint created at stepOverInlinedLambdaStdlib.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverInlinedLambdaStdlib.StepOverInlinedLambdaStdlibPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepOverInlinedLambdaStdlib.kt:5
stepOverInlinedLambdaStdlib.kt:6
stepOverInlinedLambdaStdlib.kt:8
stepOverInlinedLambdaStdlib.kt:10
stepOverInlinedLambdaStdlib.kt:15
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0