Question #662014 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662014

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry, not possible with Sikuli IDE (... and will never be).

To get something like a debugging feature you have to use mature IDE's
like PyCharm, IntelliJ IDEA or Eclipse PyDev.

If that is an acceptable workaround:
insert a line before line 1
"""
and the same line before the line you want to start with

... this will block-comment the script part between the """

... and rerun the script.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to