Skip to content

Debugger is missing 🥲 #5255

Answered by DavisVaughan
MarcellGranat asked this question in Q&A
Discussion options

You must be logged in to vote

Use debug() or debugonce() on the function of interest, or insert a browser() statement directly into the function of interest.

In the future we will let you set breakpoints directly in the file but that doesn't work yet.

So, like:

library(dplyr)
debugonce(mutate)
mutate(mtcars, x = mpg + cyl)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MarcellGranat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants