How would you go to debug why a coroutine is being...
# coroutines
n
How would you go to debug why a coroutine is being canceled? Working on Android AFAIK we can't use
kotlinx.coroutines.debug
and the debugger in Android Studio has no "Coroutines" tab.
t
As a side note, ArticFox has the tab, but it only works for unit tests (on JVM) at the moment. Apparently Google is working on making is work on device.
e
https://github.com/Kotlin/kotlinx.coroutines/issues/948 I don't see a public trackable issue in the Google side though