env_browse(env)
is equivalent to evaluatingbrowser()
inenv
. It persistently sets the environment for step-debugging. Supplyvalue = FALSE
to disable browsing.env_is_browsed()
is a predicate that inspects whether an environment is being browsed.
env_browse(env)
is equivalent to evaluating browser()
in
env
. It persistently sets the environment for step-debugging.
Supply value = FALSE
to disable browsing.
env_is_browsed()
is a predicate that inspects whether an
environment is being browsed.