问题
How can program execution be stopped in the Scala worksheet ?
If code is executing and does not return (an infinite loop) it does not seem possible to stop the program execution without re-starting Eclipse ?
回答1:
From https://github.com/scala-ide/scala-worksheet/wiki/Getting-Started :
If the program takes too long to execute, the editor adds a spinning bar after 2 seconds. You can interrupt the evaluation at any point by typing any character or Esc.
来源:https://stackoverflow.com/questions/18836329/how-to-stop-program-execution-in-worksheet