为什么无法在 Visual Studio 2005 中启用断点?
我发现有时无法在 Visual Studio 中启用断点,它们显示为空圆圈,启用时会出现警告标志。这个图标的变化就是VS给出的所有信息。
特别是在 Windows CE 6.0 项目中,我无法在任何子项目或操作系统设计中启用任何断点。本项目的目标平台是Vortex x86嵌入式板,我使用KITL进行远程调试。
我如何检索有关正在发生的事情的更多信息? 在我的情况下不能使用断点吗?
I have seen that sometimes breakpoints cannot be enabled in Visual Studio, they appear as empty circles, with a warning sign when enabled. This icon change is all the information VS gives.
Particularly I'm suffering that in a Windows CE 6.0 project where I cannot enable any breakpoint in any of the sub-projects or in the OS design. The target platform in this project is a Vortex x86 embedded board, I use KITL for remote debugging.
How can I retrieve more information about what is happening?
Is it not possible to use breakpoints in my case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
带有黄色警告标志的空心圆圈就可以了。一旦保存该断点的模块加载,断点就应该实例化。
这当然仅发生在调试映像中。
The hollow circles with the yellow warning sign are OK. The breakpoint should instantiate once the module that holds that breakpoint loads.
This of course happens in a debug image only.
您是否正在运行/编译项目的可调试版本 - 我似乎记得如果没有加载符号那么就是这种情况?
Are you running/compiling a debuggable version of your projects - I seem to remeber if there were no symbols loaded then this was the casE?