Hi
I am using code composer studio 5 and using default installed dss script to execute the executable.
(C:\ti\ccsv5\ccs_base\scripting\examples\DebugServerExamples\perl_inlinejava)
I am using a command as
perl dss_simple.pl .out .ccxml file
The issue here i am facing is the my executable runs continoulsy till the timeout occurs(my application has some printf statements) which are continously printing till the timeout occurs.
Is there any way the executable executes only once?I do not want to change the setScriptTimeout value often.No timeout should happen.Only once executable should run.
Regards
Shrikant