[ideas] meake it easier to debug large pipelines #1356
Closed
stemangiola
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
It sounds like workspace-based debugging would fit better with your situation: https://books.ropensci.org/targets/debugging.html#workspaces. The manual demonstrates |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
If I have 10K targets, debugging is quite hard. Currently, not only I have to wait few minutes to skip all targets, but many other targets execute, and because I have
callr_function = NULL
my session crashes because get memory starved.I suggest
Here I am debugging
debug = "empty_tbl_tier_1_36c66b571bdb5cae"
but other unrelated steps are being queued and executed starving my session, and so I am not able to debug the step I want.dependent_targets = c("b", "c")
So can run the function completely manually, and debug very quickly.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions