maybe it fits better here: What’s the state of Cor...
# coroutines
d
maybe it fits better here: What’s the state of Coroutine debugger support in Android Studio? https://kotlinlang.slack.com/archives/C0B8M7BUY/p1631007401262300
t
AF has it built in (see screenshot) which works for unit tests, the problem is the android target (emulator / real device) does not support it. apperently Google is “working on it” https://github.com/Kotlin/kotlinx.coroutines/issues/948#issuecomment-768109211 so Jetbrains is not, even though the pieces are now in place
👍 1
d
Thanks! Hopefully it will be solved soon