Debugger: do not put breakpoints at lines from another file in case of inline function

This commit is contained in:
Natalia Ukhorskaya
2016-02-16 15:30:51 +03:00
parent 42927bb078
commit c5d788d049
6 changed files with 33 additions and 2 deletions
@@ -1,9 +1,9 @@
LineBreakpoint created at functionInLibrary.kt:4
!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! stepIntoStdlibInlineFun2step.StepIntoStdlibInlineFun2stepKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepIntoStdlibInlineFun2step.kt:4
functionInLibrary.kt:4
functionInLibrary.kt:8
stepIntoStdlibInlineFun2step.kt:5
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0