Check breakpoints work in delegate initializer

Additional test after review
This commit is contained in:
Nikolay Krasko
2017-03-09 19:16:31 +03:00
parent e6ee933b27
commit 688802de51
3 changed files with 44 additions and 0 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at stopInInlineCallInFieldInDelegate.kt:11
!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! stopInInlineCallInFieldInDelegate.StopInInlineCallInFieldInDelegateKt
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stopInInlineCallInFieldInDelegate.kt:11
stopInInlineCallInFieldInDelegate.kt:12
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0