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:
committed by
Nikolay Krasko
parent
ef602be98e
commit
8b84b7158a
@@ -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
|
||||
Reference in New Issue
Block a user