为什么无法在 Visual Studio 2005 中启用断点?

发布于 2024-08-08 12:48:08 字数 214 浏览 4 评论 0原文

我发现有时无法在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

余生共白头 2024-08-15 12:48:08

带有黄色警告标志的空心圆圈就可以了。一旦保存该断点的模块加载,断点就应该实例化。
这当然仅发生在调试映像中。

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.

预谋 2024-08-15 12:48:08

您是否正在运行/编译项目的可调试版本 - 我似乎记得如果没有加载符号那么就是这种情况?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文