testthat icon indicating copy to clipboard operation
testthat copied to clipboard

Initial experiment with trace()

Open hadley opened this issue 2 years ago β€’ 1 comments

hadley avatar Jun 04 '23 13:06 hadley

Not successful because you can’t use return() with trace() because it wraps the tracing statement with .doTrace which does eval.parent(substitute(expr)) instead of just expr. But maybe we could mock .doTrace?

hadley avatar Sep 29 '23 12:09 hadley