How do I abort script (during development)?
-
How do I abort a long running script? (The equivalent of ctl-C in Python on Linux)
-
When you run a script, the run button is replaced with an X. Tap that for a
KeyboardInterrupt
(what Ctl-C does).
-
Thanks. And when I have output it switches to console and the X there does the same. Seems obvious now!