Support filed breakpoints on properties without backing fields

This commit is contained in:
Natalia Ukhorskaya
2015-06-08 12:53:45 +03:00
parent 1c135e7ac7
commit 32d0057a7f
7 changed files with 380 additions and 16 deletions
@@ -0,0 +1,26 @@
KotlinFieldBreakpoint created at fwAbstractProperty.kt:5
KotlinFieldBreakpoint created at fwAbstractProperty.kt:8
KotlinFieldBreakpoint created at fwAbstractProperty.kt:42
KotlinFieldBreakpoint created at fwAbstractProperty.kt:45
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! fwAbstractProperty.FwAbstractPropertyPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
fwAbstractProperty.kt:57
fwAbstractProperty.kt:59
fwAbstractProperty.kt:61
fwAbstractProperty.kt:19
fwAbstractProperty.kt:20
fwAbstractProperty.kt:20
fwAbstractProperty.kt:19
fwAbstractProperty.kt:20
fwAbstractProperty.kt:20
fwAbstractProperty.kt:43
fwAbstractProperty.kt:46
fwAbstractProperty.kt:43
fwAbstractProperty.kt:46
fwAbstractProperty.kt:46
fwAbstractProperty.kt:43
fwAbstractProperty.kt:46
fwAbstractProperty.kt:46
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
@@ -0,0 +1,26 @@
KotlinFieldBreakpoint created at fwPropertyInInterface.kt:5
KotlinFieldBreakpoint created at fwPropertyInInterface.kt:8
KotlinFieldBreakpoint created at fwPropertyInInterface.kt:42
KotlinFieldBreakpoint created at fwPropertyInInterface.kt:45
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! fwPropertyInInterface.FwPropertyInInterfacePackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
fwPropertyInInterface.kt:57
fwPropertyInInterface.kt:59
fwPropertyInInterface.kt:61
fwPropertyInInterface.kt:19
fwPropertyInInterface.kt:20
fwPropertyInInterface.kt:20
fwPropertyInInterface.kt:19
fwPropertyInInterface.kt:20
fwPropertyInInterface.kt:20
fwPropertyInInterface.kt:43
fwPropertyInInterface.kt:46
fwPropertyInInterface.kt:43
fwPropertyInInterface.kt:46
fwPropertyInInterface.kt:46
fwPropertyInInterface.kt:43
fwPropertyInInterface.kt:46
fwPropertyInInterface.kt:46
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0