Is there a way of evaluating `suspend` functions i...
# coroutines
g
Is there a way of evaluating
suspend
functions in Intellij's debbuger? Getting
Evaluation of 'suspend' calls is not supported
, even when calling the function inside
runBlocking
.
🚫 1