Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve step-in functionality during debugging #55

Open
freedin opened this issue Apr 16, 2021 · 0 comments
Open

Improve step-in functionality during debugging #55

freedin opened this issue Apr 16, 2021 · 0 comments

Comments

@freedin
Copy link

freedin commented Apr 16, 2021

First of all, I really love zeallot! Simple, basic, coherent, very useful.

However, during debugging in e.g. RStudio I often step through code and step into functions, which is easily done just pressing Alt+F4. However, if I want to step into function f below I enter into a bunch of tryCatch statement and it is very hard to reach into f(x).

c(a, b) %<-% f(x)

Would it be possible to simplify the function chain so that one quickly enters the internals of f(x)? Or another way that I can enter into f(x)? I would prefer not having to stop the program, enter a browser() statement and rerun, as I often do now when debugging my Shiny app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant