I have been trying to run the example script that opens a CCS session. Here is what I'm running (in a Matlab script). You could achieve the exact same thing in a cmd window.
cd 'C:\ti2\ccsv5\ccs_base\scripting\examples\DebugServerExamples\'
system(['C:\ti2\ccsv5\ccs_base\scripting\bin\dss.bat ' 'CCSSession.js'])
"c:\ti2" - is where my CCS v5.3 install is.
I have tried running this script and it does not work. Is the example shipped with CCS v5.3 not working out of the box? I also tried this script running with CCS v5.1 DSS and it didn't work. This example is not included with CCS v5.1 but I tried bringing it over and running it there.
The fact that the CCSSession.js has been added since v5.1 doesn't mean that the feature has been restored?
[Q1] - I read that v5 is not supported for this feature. Why? Is that still the case for all of the latest releases?
http://processors.wiki.ti.com/index.php/Debugging_Your_DSS_Script_Using_CCStudio_v4
This is extremely disappointing to the extent that we may not use DSS if we can not have interactive debug.
[Q2] - Lastly, if it is possible to start the CCS session, what ".jar" file do I need to add to my path? Its not startup.jar like it was in CCS v4 I don't think because that doesn't exist.
The design of the API is nice but I am disappointed with all of the issues I have had using DSS. I am also disappointed that these scripts aren't supported in the Matlab JRE, seems such an obvious use-case.
Also, I do have DSS scripts working to some extent with CCS v5.3 and Matlab 32-bit. If anyone wants to know how you can e-mail me at calogero{dot}j at gmail.
Thanks
Chris