When will the intellij debugger finally work prope...
# intellij
r
When will the intellij debugger finally work properly with coroutines? Right now debugging any coroutine-based code is really annoying.
l
@rocketraman This will surely help when it is ready: https://github.com/Kotlin/kotlinx.coroutines/pull/792
h
You can vote for the issues mentioned here: https://kotlinlang.slack.com/archives/C0922A726/p1542982551748000
(all debugger-related, though only one is coroutine-related I think)
r
Thanks for the links guys