Community
Participate
Working Groups
The RTA plugin needs to be updated in order to work in CCSv5. The CCEDebugEngine.createInstance call needs to be changed to createInstanceNoAddref and the 'dispose' call removed. This will work with the new debug session handle management in CCSv5 while still maintaining compatibility with CCSv4.
Also, the following related change needed to be made, and was made in rov-c22: Since the way DSS gets loaded in CCSv5 has been changed, we need to add "com.ti.dvt.rta.interfaces" as a plugin dependency in "com.ti.rta.support" meta-inf\manifest.mf Without this change (for CCSv5.0.0.0.25+) we see: java.lang.NoClassDefFoundError: com/ti/ccstudio/scripting/environment/ScriptingException as soon as we start using RTA
Made the changes to the RTA plugin in rov-c26
closing "ancient" resolved bugs