Fix "smart step into" for classes with complex hierarchy (KT-16667)

#KT-16667 Fixed
This commit is contained in:
Nikolay Krasko
2017-03-07 18:13:26 +03:00
parent 6d9b519bb2
commit e6ee933b27
9 changed files with 243 additions and 18 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at smartStepIntoComponentFunction.kt:10
!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! smartStepIntoComponentFunction.SmartStepIntoComponentFunctionKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
smartStepIntoComponentFunction.kt:10
smartStepIntoComponentFunction.kt:11
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
@@ -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
@@ -0,0 +1,20 @@
LineBreakpoint created at smartStepIntoWithOverrides.kt:22
LineBreakpoint created at smartStepIntoWithOverrides.kt:30
LineBreakpoint created at smartStepIntoWithOverrides.kt:38
LineBreakpoint created at smartStepIntoWithOverrides.kt:47
LineBreakpoint created at smartStepIntoWithOverrides.kt:56
!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! smartStepIntoWithOverrides.SmartStepIntoWithOverridesKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
smartStepIntoWithOverrides.kt:22
smartStepIntoWithOverrides.kt:12
smartStepIntoWithOverrides.kt:30
smartStepIntoWithOverrides.kt:8
smartStepIntoWithOverrides.kt:38
smartStepIntoWithOverrides.kt:12
smartStepIntoWithOverrides.kt:47
smartStepIntoWithOverrides.kt:8
smartStepIntoWithOverrides.kt:56
smartStepIntoWithOverrides.kt:12
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0