I have been using RStudio for many years now. When testing code I frequently highlight many lines of code and execute them all at once with Run or ctrl-enter. Prior to a recent move to a new server (and therefore the latest version of RStudio), pushing ESC would break the execution of the entire code block. However, now it only interrupts the current line and it continues with the next. Therefore, if I were to run 100 lines and realize on the first line that I want to stop, I will need to push ESC 100 times to stop all of the code from running. This is definitely new functionality and is causing me a great deal of frustration. I googled around and found a few folks with a similar problem but no solution. Is this a bug? Is it an option I need to change somewhere? Any advice or insight here would be much appreciated.