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.

CCS6 如何实时看到Expressions中变量数值的变化?

您好!我在使用CCS6 对F28335芯片进行调试,在调试时,希望能在Expressions中看到我的变量的数值变化。

将变量插入到Expressions中后,点击运行时数值是不变的,只有点击暂停后,数值才会更新。

之前在CCS4.2中,我可以在tools——debugger options中勾选实时服务,然后在Expressions中选中持续跟新即可。

请问在CCS6中该如何操作呢?我按之前的方法操作,在点击运行时,变量数值一栏提示:Error: target is running. 点击暂停后,才能看到数值。