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.

CCS5.2单步仿真问题

Other Parts Discussed in Thread: CONTROLSUITE

用CCS5.2调试controlsuite里的程序时,选择单步调试,在C语言环境下,当遇上子函数时点step into 可以进入,当遇到宏定义时选step into 无法进入,而在对应的汇编窗口才能进入,一步一步执行,执行后,相应的c程序才往下执行,请问是什么原因,急,应该在c环境下也能step into宏定义中呀