C++ ARM RealViewICE 的命名空间问题
我正在使用 ARM RealView debug 3.1,但无法查看 C++ 命名空间中定义的函数内的变量,代码运行良好并使用 armcc 进行编译。 你们中有人知道这个问题的解决方案吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您真的无法监视命名空间内的变量吗? 当你尝试时会发生什么?
GDB 要求您显式提供命名空间 ::
我不确定 ARM 调试器需要什么。
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.
嗯,arm确认了这个bug。
Well, arm confirmed this bug.