sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53880
Re: [Question #687773]: Run Script with Debug from Command Line
Question #687773 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687773
Status: Open => Answered
RaiMan proposed the following answer:
-v means verbose and is the only option to get debug output beginning with the initial startup of SikuliX if run from commandline.
It is only meant for SikuliX system debugging and does not mean anything for a running script.
To get debug output during script run still the parameters and settings
according to the docs are valid.
Those runtime parameters defined for the commandline have to be inserted between ...jar and -r, hence in your case e.g.
export Run_This_Full=$Run_Sikuli" -v -r "$Run_Main$My_Output
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.