Scripts and ctrl debuger
- gabriel.catalii
- Posts:6
- Joined: Thu Aug 30, 2018 2:01 pm
Scripts and ctrl debuger
I created a script and i want to debug.I follow the procedure creating a mylist.lst i created a ctrl manager -f mylist.lst but the manager is stoping what i am missing what i am doing wrong.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Scripts and ctrl debuger
If you want to start only 1 script with a CTRL manager there is no need to use a script list.
You can define the filename of the script as start parameter for the CTRL manager.
The CTRL manager will only remain running if the script is implemented to run all the time, e.g. by using dpConnect() and a work function.
If the script functions can be executed in "one shot" the CTRL manager will stop if all functions are executed.
Best Regards
Leopold Knipp
Senior Support Specialist
You can define the filename of the script as start parameter for the CTRL manager.
The CTRL manager will only remain running if the script is implemented to run all the time, e.g. by using dpConnect() and a work function.
If the script functions can be executed in "one shot" the CTRL manager will stop if all functions are executed.
Best Regards
Leopold Knipp
Senior Support Specialist