R studio debugger

I am trying to use the R studio debugger to investigate an error using, Debug -> on error -> break in code. I get the Bowse [1] prompt, but I am missing the changes in other panels that are supposed to appear when debugging, as described here:
https://support.rstudio.com/hc/en-us/articles/205612627-Debugging-with-RStudio
The environment panel is still set to the global environment, not the variables within the function that caused the error, the traceback is missing, and the code window does not have the currently executing function.

Referred here from support.rstudio.com

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.