Friday 11 December 2020

Cannot see coroutine tab in the debugger tool window

I am trying to debug coroutines and followed the below resources to enable in Android Studio,

but unfortunately, I don't see the coroutine tab at all!! (below screenshot)

Coroutine library version,

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2"

and my Kotlin plugin version is 1.4.21

Why do I still not see the coroutine debug tab?

enter image description here



from Cannot see coroutine tab in the debugger tool window

No comments:

Post a Comment