How to run from current line of a script

Asked by felix

Hi

1. assume there are 100 lines in a script and while running it fails at 70th step and i correct the error or screenshot in the 70 step how will i start or continue the testing from 70 line assuming tat i fulfill the prerequisite until 69th step

2.While running the test how will i stop sikuli in the middle.

Kindly help me.!

Regards,
Felix

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

--1. not a feature of the Sikuli IDE yet (but already requested)

If you want to debug Sikuli scripts, you have to run them in Eclipse/Netbeans/... IDE's with Python/Jython plugins using their debugging features.

--2. use the abort key
Win: shift-alt-c
Mac: shift-cmd-c

Take care:
- This might not always work (then kill Sikuli using the task manager)
- If you plan to use the abort key, always save your script before running it again after having made changes
- in some cases the IDE behaves odd after using the abort key. When in doubt, restart the IDE.

Revision history for this message
felix (fel208) said :
#2

Thanks RaiMan...

Revision history for this message
RaiMan (raimund-hocke) said :
#3

should be solved

Revision history for this message
Amutha Sreenivasan (amuthasree) said :
#4

is this issue solved in latest sikuli version?