Question

I'm using ARM RealView debug 3.1 and I'm unable to watch variables inside functions defined in a C++ namespace, the code works well and is compiled with armcc. Do any of you know a solution for this?

Was it helpful?

Solution 2

Well, arm confirmed this bug.

OTHER TIPS

Are you truly unable to watch variables inside a namespace? What happens when you try?

GDB requires that you explicitly give the namespace ::

I'm not sure what the ARM debugger requires.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top