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
Scott Kruse
10/06/2021, 5:56 PM
haven't looked in awhile but make sure you have breakpoint: all and not breakpoint : thread set