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.
Tool/software: Code Composer Studio
Example:
NDEBUG is predefined in debug configuration but not release.
In foo.c
#ifdeg NDEBUG
blah blah
#endif
will be grayed out in release configuration but not in debug.
In foo.h it's grayed out in both configurations.
Turn off the indexer. I can't use the indexer because it causes massive slowdowns.