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.

Adding defined constants to watch expressions

Is there a way to get a defined constant to show up in the CCS Watch Expression view?

I have a the following code to define a constant:

#define     MASK    0x40

However, when I add "MASK" as a watch expression, I get the message "Error: identifier not found: MASK"

Is there any way to make these values show up as watched expressions?