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.

ccs调试问题



大家好,我是用的c6748的板子,然后在仿真模式下,调试自己的程序,发现算法程序不能正常运行。然后我在调用自己的算法函数的地方设置了一个断点,当程序执行到这个地方时,使用step over执行这一个函数,但是执行这个函数后就跳出去调试模式了,ccs界面上面的step over啥的单步执行工具也都不能用了。如果使用step into的话可以进入这个函数执行,这是什么原因啊(上图为没执行算法函数时,下图为执行了算法函数)?