I use C++ language in uVision3.50 I want to watch a global variable with namespace.
namespace ADJ { MyType Flash; } // end namespace ADJ
But when I put "Flash" or "ADJ::Flach" into Watch #1 window, I get error message "*** error 34: indefined identifier". If I remove a namespace - all OK.
What can I do???
But when I enter just the symbol name, uVision is inform me about ERROR: "*** error 34: indefined identifier".
Also I don't Watch a parameter of cycle.
for (int par=0; par < 10; par++) { BODY }
When I trace into BODY, par into Watch Window show as
par ??????
I use RealView compiler