Hello,
1) If you want to run your task in the debug mode i.e. one command at a time then you can insert breakpoints next to the command where you want the task to stop.
1.To insert breakpoints, you can select the command and insert breakpoint by clicking F9.
2.To remove the breakpoint, you can select the command and then a click on F9.
3.To clear all breakpoints, you can click on clear all breakpoints button in the task editor.
2) Can you please tell us what actually you want to compare?
3) If you want to move a line in the program, then you can keep focus on that line & you can click on green coloured up arrow & down arrow appearing in the line of ‘Task Actions List’ in the task editor. |