Weird behavior in trace() debugging in RStudio

I'm trying to use trace() for debugging in RStudio.

From a fresh R session, I entered

trace(lm.fit, recover)
aov(yield ~ N + K + Error(block/(N + K)), data = npk)

The debugging menu shows up for me to select a frame.

I entered 1 to select the top-most frame. However, as soon as the first frame is selected, RStudio automatically enters two keystrokes of n which sends me back out to the frame selection menu.

I tried the same code in R command line and it works as intended.

I'm using the latest RStudio version (1.1.463).

Thanks for the bug report! Could you file this on our issue tracker?

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