Other Parts Discussed in Thread: CCSTUDIO
Tool/software:
Hello,
I have written a javascript for adding breakpoint and reading a variable value, using DSS API. As of now I am running that script from scripting console of CCS using loadJSFile command.
As I run the above command, javascript uploads the .out file and comes to debug mode and performs the breakpoint and other actions.
Now I am able to open ccs and give the workspace directory from command prompt using ccstudio -noSplash -data "D:\workspace"
Is it possible to access scripting console too from command prompt and load JS file from cmd prompt.
or is there anyway by which I can run that JS file from command prompt and start the debugging automatically using that script
Thanks,
Anil