Hello All. I'm trying Debugging Coroutines feature...
# eap
k
Hello All. I'm trying Debugging Coroutines feature. If I run with Idea standard runner - everything OK, I see coroutines states. (see screenshot) If I run with Gradle - I get "No coroutine information found". (see screenshot) Does Debugging Coroutines work with Gradle?
It's my gradle config.
a
Looks like this is https://youtrack.jetbrains.com/issue/KT-41263. Try to run the debugger from gutter on
main
function.
k
Yes, it works (I called it "Idea standard runner" in my first method. You can see the result on the screenshot).
🙏 1