Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/souSuspendFun.out
T
Nikolay Krasko 0d5913287f Add line numbers for suspend function to enhance stepping (KT-16025)
Stop at function start on step into.
Step at function end on step out.

Both cases should actually be skipped by debugger, but this is postponed
till new backend generation for suspend functions is ready.

 #KT-16025 Fixed
2017-03-30 19:48:49 +03:00

15 lines
307 B
Plaintext
Vendored

LineBreakpoint created at souSuspendFun.kt:7
Run Java
Connected to the target VM
souSuspendFun.kt:7
souSuspendFun.kt:11
souSuspendFun.kt:15
souSuspendFun.kt:19
souSuspendFun.kt:19
souSuspendFun.kt:23
souSuspendFun.kt:25
souSuspendFun.kt:29
Disconnected from the target VM
Process finished with exit code 0