I've already added some basic debugging facilities...
# coroutines
e
I've already added some basic debugging facilities to kotlinx.coroutines. You could see which coroutine works on what thread in your logs and threaddumps (and in debugger), which considerable simplified debugging. More of that kind of stuff will be definitely coming.