views:

97

answers:

2

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?

A: 

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.

d3jones
A: 

Well, arm confirmed this bug.

piotr