I wonder how can I debug coroutines and channels e...
# coroutines
d
I wonder how can I debug coroutines and channels execution. E.g. I’d like to trace when coroutines start/stop and value is sent or received via channel?