Is it possible to leverage the coroutines debuggin...
# kotest
b
Is it possible to leverage the coroutines debugging libs in kotest? I saw a line in the readme https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-debug/README.md about adding a rule for JUnit 4, but I guess rules are gone in junit 5...is there a way to enable the coroutine debugging?
s
What does it do
b
I just started reading about them, but that particular one does a coroutine dump if they're "stuck" for a while
s
Sounds useful
We should probably get that in