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调试时,观察变量中有三个:variables、expression和register,后两个常用,第一个variables怎么用?什么场合用?现在没办法往variables框里添加变量。谢谢指教。
variables是用来观察局部变量的。
CCS会自动判断当前程序所停位置的局部变量,并显示在这个窗口中。
这个窗口中的变量是CCS自动添加、更新的。
明白了,谢谢您