Is there a certain trick to debugging (on android)...
# coroutines
j
Is there a certain trick to debugging (on android) coroutines that may be executing on different threads when using break points? I see the switch thread option, it opens to that executing line and i start stepping but then it hangs (probably switched back to the other coroutine would be my guess)
s
haven't looked in awhile but make sure you have breakpoint: all and not breakpoint : thread set
j
ok i'll look thanks