Make breakpoints work in local functions in secondary constructors
This commit is contained in:
committed by
Nikolay Krasko
parent
1889f4f7b1
commit
60e3c8eecd
+8
@@ -0,0 +1,8 @@
|
||||
LineBreakpoint created at stopInlineCallInLocalFunInSecondaryConstructor.kt:8
|
||||
!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! stopInlineCallInLocalFunInSecondaryConstructor.StopInlineCallInLocalFunInSecondaryConstructorKt
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
stopInlineCallInLocalFunInSecondaryConstructor.kt:8
|
||||
stopInlineCallInLocalFunInSecondaryConstructor.kt:9
|
||||
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