This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

如何设置命令行参数



code是从C平台中移植过来的。C code中,通过int argc 和 const char * argv[]来传递参数。请问,在CCS debug的环境下,如何模拟输入的参数? 谢谢^_^