debug mode switching windows

I just updated to 2021.09.0 Build 351. There seems to be a new behavior while debugging. It use to be that I could run:

debug(my_function)

The debug window would open (with the eye glass icon), but if I switched over to the file that has the function I was trying to edit, I could edit that file and stay in that file.

Now every time I run a line in the file I'm trying to edit, it flips me back to the debug window - which makes debugging incredibly difficult (I constantly need to switch back over to the file I'm trying to edit and find where I was working).

Is there a setting I can adjust to get the old behavior back?

Could be related to https://github.com/rstudio/rstudio/issues/9918?

1 Like

This topic was automatically closed 7 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.