rlang::global_entrace()
options(rlang_backtrace_on_error_report = "full")
f <- function() g()
g <- function() h()
h <- function() stop("!")
f()


r-lib/evaluate documentation built on June 10, 2025, 5:24 p.m.