Join Slack
Powered by
Is it possible to leverage the coroutines debuggin...
# kotest
b
bbaldino
05/21/2020, 7:51 PM
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
sam
05/21/2020, 7:59 PM
What does it do
b
bbaldino
05/21/2020, 9:32 PM
I just started reading about them, but that particular one does a coroutine dump if they're "stuck" for a while
s
sam
05/21/2020, 10:21 PM
Sounds useful
sam
05/21/2020, 10:21 PM
We should probably get that in
4
Views
Open in Slack
Previous
Next