Forum Discussion
- Krishna_KumarContributor
If you are using vbscript,
then keep the breakpoint in the first line of script and start the execution,
it will pause the execution at the line where you have kept the break point,
Now you keep your cursor at the specified line where you want the execution to start and now right click mouse and then select "Set Next Line" and continue the execution.
Note : the above method is not supported with JavaScript.
Kind regards,
Sathish Kumar k
- Marsha_R
Champion Level 3
You'd have to comment out lines 1-9 in the code, just like in other code editors. Run Selected Operation only works in keyword tests.
- tristaanogreEsteemed Contributor
Some languages have the ability to "Set Next Line" when you're in debug mode.
Hi prabhjot88singh,
Does the suggestion given here help you resolve the issue? Please mark the best answer as a solution.