How could I debug/test code w/ a bunch of Coroutin...
# coroutines
d
How could I debug/test code w/ a bunch of Coroutine Channels/actors that just hangs? It's a bit complex so it's hard to find the culprit...
s
Have you tried that ?
d
You mean setting
System.setProperty("kotlinx.coroutines.debug", "on")
?
s
I just mean to point you to that page. I have not used it. It mentions debugging facilities.
d
Thanks, I'll try... simple smile
w
I just put printlns everywhere xD
😜 1