How to stop program execution in worksheet?
Asked Answered
C

1

14

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 ?

Coulter answered 16/9, 2013 at 20:1 Comment(0)
J
26

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.

Jakoba answered 16/9, 2013 at 20:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.