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???