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

Data tab hangs when you use special javascript function names #132

Open
giovannic opened this issue Apr 27, 2021 · 0 comments
Open

Data tab hangs when you use special javascript function names #132

giovannic opened this issue Apr 27, 2021 · 0 comments
Labels

Comments

@giovannic
Copy link

Systems:

RStudio Server - Version 1.4.1106 - "Tiger Daylily" (2389bc24, 2021-02-11) for Ubuntu Bionic
RStudio Desktop - Version 1.4.1106 - "Tiger Daylily" (2389bc24, 2021-02-11) for macOS)

Steps to recreate:

  1. Run the following code and wait for the profile tab to open
work <- function(x) {
  Sys.sleep(1)
}

toString <- function(a) {
  for (x in a) {
    work(x)
  }
}

profvis::profvis(toString(seq(5)))
  1. Click on the "data" tab in the profile

Expected behaviour:

Code tree appears

Actual behaviour:

Tab is blank indefinitely

#131 is closed but shows a solution

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

No branches or pull requests

2 participants