Implement 'Skip simple getters' for debugger

This commit is contained in:
Natalia Ukhorskaya
2015-12-09 16:05:02 +03:00
parent b950bf0e6e
commit ea8de883ac
12 changed files with 283 additions and 72 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at skipSimpleGetter.kt:6
!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! skipSimpleGetter.SkipSimpleGetterKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
skipSimpleGetter.kt:6
skipSimpleGetter.kt:7
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0