Debugger doesn't step into 'for' body if there's inline function call in range expression (KT-13534)

#KT-13534 Fixed
This commit is contained in:
Nikolay Krasko
2016-08-24 16:26:22 +03:00
committed by Nikolay Krasko
parent ef602be98e
commit 8b84b7158a
7 changed files with 84 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
LineBreakpoint created at asIterableInFor.kt:7
!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! asIterableInFor.AsIterableInForKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
asIterableInFor.kt:7
asIterableInFor.kt:8
asIterableInFor.kt:9
asIterableInFor.kt:8
asIterableInFor.kt:9
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
@@ -0,0 +1,13 @@
LineBreakpoint created at inlineCallInForRangeExpression.kt:7
!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! inlineCallInForRangeExpression.InlineCallInForRangeExpressionKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
inlineCallInForRangeExpression.kt:7
inlineCallInForRangeExpression.kt:8
inlineCallInForRangeExpression.kt:9
inlineCallInForRangeExpression.kt:8
inlineCallInForRangeExpression.kt:9
inlineCallInForRangeExpression.kt:8
inlineCallInForRangeExpression.kt:11
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0