-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Medium
-
Code Composer Studio Debugger
-
CCBT-3645
-
-
-
Generic
-
Not an issue
The dss.bat file supported passing in arguments to the script:
java.exe -Xms40m -Xmx384m -cp !RHINO_JAR!;!SCRIPTING_JARS!;!DVT_SCRIPTING_JAR! !RHINO_SHELL! %1 %2 %3 %4 %5 %6 %7 %8 %9
run.bat does not.
@"%~dp0\..\ccs_base\cloudagent\node.exe" "%~dp0\launcher.mjs"
run.bat should be modified to support arguments also:
@"%~dp0\..\ccs_base\cloudagent\node.exe" "%~dp0\launcher.mjs" %1 %2 %3 %4 %5 %6 %7 %8 %9