My goal is:
1. Run a script via DSS to load my ccxml file and begin debugging on the target (this works).
2. Launch CCS with the same debug environment from the script for further debugging.
I followed the instructions here for setup:
software-dl.ti.com/.../dss_python_dss_scripting.html
And tried adding this code snippet:
And get this error:
WARNING: CCSServer.openSession() failed. DSS was unable to launch Code Composer Studio, however script execution will continue. java.lang.ClassNotFoundException: com.ti.ccstudio.apps.scripting.ScriptUtils
This is with CCS version 10.11. Is there some specific .jar file or path I need to add to get around this?