← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #662014]: Can I start a script from a failed line (after fix)? --- not with SikuliX IDE

 

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.