R/generator.R
coro_debug.Rd
Call coro_debug() on a generator(), async(), or async_generator() function to enable step-debugging.
coro_debug()
generator()
async()
async_generator()
Alternatively, set options(coro_debug = TRUE) for step-debugging through all functions created with coro.
options(coro_debug = TRUE)
coro_debug(fn, value = TRUE)
A generator factory or an async function.
Whether to debug the function.