Is there a way to debug a coroutine's scope tree?
# coroutines
n
Is there a way to debug a coroutine's scope tree?
e
What kind of debugging your are looking for?
n
Some type of way to visualize a coroutine process tree - which parent scope owns which children? Where were they launched from? That's what I imagine, anyway
e
We don’t have anything like that at the moment.