Fix "smart step into" for classes with complex hierarchy (KT-16667)
#KT-16667 Fixed
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
LineBreakpoint created at smartStepIntoWithDelegates.kt:24
|
||||
LineBreakpoint created at smartStepIntoWithDelegates.kt:32
|
||||
LineBreakpoint created at smartStepIntoWithDelegates.kt:40
|
||||
LineBreakpoint created at smartStepIntoWithDelegates.kt:49
|
||||
LineBreakpoint created at smartStepIntoWithDelegates.kt:58
|
||||
!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! smartStepIntoWithDelegates.SmartStepIntoWithDelegatesKt
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
smartStepIntoWithDelegates.kt:24
|
||||
smartStepIntoWithDelegates.kt:12
|
||||
smartStepIntoWithDelegates.kt:32
|
||||
smartStepIntoWithDelegates.kt:12
|
||||
smartStepIntoWithDelegates.kt:40
|
||||
smartStepIntoWithDelegates.kt:8
|
||||
smartStepIntoWithDelegates.kt:49
|
||||
smartStepIntoWithDelegates.kt:8
|
||||
smartStepIntoWithDelegates.kt:58
|
||||
smartStepIntoWithDelegates.kt:12
|
||||
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