Are prople seeing the coroutines Debugger option i...
# android
r
Are prople seeing the coroutines Debugger option in the latest version of Android Studio Dolphin ?
a
It is the same debugger as before, but gives you abilities to debug coroutines. Are you not seeing it when debugging your app?
If it is not there, perhaps use the menu to bring it up.
r
yea im not seeing it ? there should a seperate coroutines tab, but not seeing that tab in the debugger tool windo
a
Not sure why you don’t see it, it should be in the highlighted section here. Perhaps reinstall?
r
what version of the kotlin plugin are you using?
a
213-1.6.20-M1-release-for-android-studio-AS6
r
yea same , not sure. Maybe its because im using a M1 🤷
a
Possible, I can verify later on if it is M1 related.
r
awesome thanks dude for all your help
if you test it on a M1 let me know
actually nevermind . i see it when I created a new project
must be something related to the project im using now
a
Nice!
s
the project has to be using coroutines 1.6, fyi