This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how can I watch a global variable with nmespace?

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

0