Hi,
I'm trying to debug a 6678 on CCS 5.1.0.09 using a script following these instructions:
http://processors.wiki.ti.com/index.php/Debug_Server_Scripting#Multiple_Debug_Sessions_for_Multi-core_Debug
But when it gets to the line
debugServer.simultaneous.run
I get the error:
Can't find method com.ti.debug.engine.scripting.Simultaneous.run
How can I solve it?
Thanks