I've been having some difficulty with debugging my...
# coroutines
w
I've been having some difficulty with debugging my coroutine code. When I set breakpoints within a coroutine, I am unable to see local variable using evaluate. I'm assuming I just don't get something in regards debugging coroutines.
p
Seems to work for me if the local variable is used inside the coroutine but not otherwise
👍 1