We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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???
Currently namespaces are ignored in uVision. It is enough to enter just the symbol name.
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