Forum Archive

How do I abort script (during development)?

gsleeper

How do I abort a long running script? (The equivalent of ctl-C in Python on Linux)

disorientedp

When you run a script, the run button is replaced with an X. Tap that for a KeyboardInterrupt (what Ctl-C does).

gsleeper

Thanks. And when I have output it switches to console and the X there does the same. Seems obvious now!