omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    How do I abort script (during development)?

    Pythonista
    2
    3
    2366
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gsleeper
      gsleeper last edited by

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

      1 Reply Last reply Reply Quote 0
      • disorientedp
        disorientedp last edited by

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

        1 Reply Last reply Reply Quote 0
        • gsleeper
          gsleeper last edited by

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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors