Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
CCS7, I'm trying to use Debug Server Scripting. I have created "foo.js" and placed it in my project directory.
js:> loadJSFile("foo.js")
path does not contains a valid JavaScript file
What am I doing wrong? What directory(s) or path is it searching? Where should I put this file? If I want to add it to the "Scripts" menu, where should I put it?