← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #210629]: How to Debug your Sikuli script in an advanced debugging IDE such as pyCharm

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- latest version is r930 ...
... as noted and downloadable from the download page http://sikuli.org/download.shtml

--- import Sikuli  ...
recommended import statement now:
from sikuli import *

--- according pyCharm: I have no idea, what the problem might be. Check the Debug setup again.
Try to run it with 
from sikuli import *
commented out and set a breakpoint before the first time a Sikuli feature is used (which would need the import sikuli).
So you can check wether it is a general debugger problem, or has something to do with the Sikuli import.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.