Fix exception during step into inline function in library

This commit is contained in:
Natalia Ukhorskaya
2015-05-22 17:18:34 +03:00
parent 2538ebe407
commit 1cfed000c4
6 changed files with 46 additions and 3 deletions
@@ -0,0 +1,9 @@
LineBreakpoint created at functionInLibrary.kt:3
!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! stepIntoStdlibInlineFun2step.StepIntoStdlibInlineFun2stepPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepIntoStdlibInlineFun2step.kt:4
functionInLibrary.kt:4
functionInLibrary.kt:8
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0