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.
我已经看到有时在Visual Studio中无法启用断点,它们显示为空心圆圈,启用时会显示警告标志。此图标更改是VS提供的所有信息。
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.
特别是我在Windows CE 6.0项目中遇到这种情况,我无法在任何子项目或OS设计中启用任何断点。该项目中的目标平台是Vortex x86嵌入式主板,我使用KITL进行远程调试。
How can I retrieve more information about what is happening? Is it not possible to use breakpoints in my case?
如何检索有关正在发生的事情的更多信息?在我的情况下是不是可以使用断点?
2 个解决方案
#1
3
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.
带有黄色警告标志的空心圆圈都可以。一旦保存该断点的模块加载,断点就应该实例化。这当然只发生在调试映像中。
#2
0
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?
你在运行/编译项目的可调试版本 - 我似乎记得如果没有加载符号那么这就是casE?
#1
3
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.
带有黄色警告标志的空心圆圈都可以。一旦保存该断点的模块加载,断点就应该实例化。这当然只发生在调试映像中。
#2
0
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?
你在运行/编译项目的可调试版本 - 我似乎记得如果没有加载符号那么这就是casE?