Test for "Debugger: "Step over" dives into recursive call" (KT-12924)
Fixed in 7992df7b93
(cherry picked from commit 78e2f05)
#KT-12924 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
c21e1eb857
commit
8c2e61604e
@@ -0,0 +1,10 @@
|
||||
LineBreakpoint created at stepOverInlineFunWithRecursionCall.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! stepOverInlineFunWithRecursionCall.StepOverInlineFunWithRecursionCallKt
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
stepOverInlineFunWithRecursionCall.kt:6
|
||||
stepOverInlineFunWithRecursionCall.kt:6
|
||||
stepOverInlineFunWithRecursionCall.kt:9
|
||||
stepOverInlineFunWithRecursionCall.kt:14
|
||||
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