Print instructions for debugging a target.
Source:R/tar_debug_instructions.R
tar_debug_instructions.Rd
Not a user-side function. Do not call directly.
Examples
tar_debug_instructions()
#> ℹ You are now running an interactive debugger in target target.
#> You can enter code and print objects as with the normal R console.
#> How to use: https://adv-r.hadley.nz/debugging.html#browser
#>
#> ℹ The debugger is poised to run the command of target target:
#>
#> NULL
#>
#> ℹ Tip: run debug(your_function) and then enter "c"
#> to move the debugger inside your_function(),
#> where your_function() is called from the command of target target.
#> Then debug the function as you would normally (without `targets`).