Question

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 ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top