hi, how do you evaluate an expression that calls a...
# coroutines
j
hi, how do you evaluate an expression that calls a suspense function? i get an error saying suspense function is not supported in evaluation
l
In debugger? Not supported for now. Did you try wrapping with
runBlocking
?
d
suspe*nd* 😉
j
I think it's supported in the latest IDEA version now, but didn't check again myself
j
Yea i tried runBlocking. i am using the latest version of android studio IDE
j
Ah maybe android studio is lacking behind, I'm not sure
j
ahh ok