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:
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)))
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:
Expected behaviour:
Code tree appears
Actual behaviour:
Tab is blank indefinitely
131 is closed but shows a solution