Toggle single-step debugging for a coroutine.
debugAsync(x, R, internal, trace)
a list(R=, internal=, trace=)
with the current debug state.
A coroutine object as constructed by (async, gen or stream).
Set TRUE to step through expressions at user level
Set TRUE to step through at coroutine implementation level.
Set TRUE or provide a print function to print each R expression evaluated in turn.