Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/stepOverInlineFunWithRecursionCall.out
T
Nikolay Krasko 8c2e61604e Test for "Debugger: "Step over" dives into recursive call" (KT-12924)
Fixed in 7992df7b93

(cherry picked from commit 78e2f05)

 #KT-12924 Fixed
2016-10-14 21:06:27 +03:00

11 lines
711 B
Plaintext
Vendored

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