Files
kotlin-fork/idea/testData/debugger/tinyApp/src/stepping/stepInto/stepIntoSuspendFunctionSimple.out
T
Nikolay Krasko 0e8e8ef546 Step over for suspended calls (KT-18453)
Debugger do the normal step over action and checks if function is
going to suspend. In this case the "run-to-cursor" breakpoint is
installed on function enter to intercept re-enter into function
after suspension.

 #KT-18453 In Progress
2017-06-15 13:29:27 +03:00

9 lines
237 B
Plaintext
Vendored

LineBreakpoint created at stepIntoSuspendFunctionSimple.kt:18
Run Java
Connected to the target VM
stepIntoSuspendFunctionSimple.kt:18
stepIntoSuspendFunctionSimple.kt:10
Disconnected from the target VM
Process finished with exit code 0