我在调试程序的时候想查看某个常亮或变量的值,例如:#define LOW 0 ,#define HIGH 1,把LOW 和HIGH add to watch window ,结果是identifier not found: LOW,identifier not found: HIGH这个是怎么回事?怎么解决?
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.
我在调试程序的时候想查看某个常亮或变量的值,例如:#define LOW 0 ,#define HIGH 1,把LOW 和HIGH add to watch window ,结果是identifier not found: LOW,identifier not found: HIGH这个是怎么回事?怎么解决?