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
@@ -0,0 +1,7 @@
LineBreakpoint created at inlineFunctionWithBreakpoint.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! inlineFunctionBreakpointAnotherFile.InlineFunctionBreakpointAnotherFileKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
inlineFunctionWithBreakpoint.kt:4
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0