Visual Studio 2008 混合项目中禁用新数据断点
在从 C++/CLI 代码调用的 DLL 中,我似乎无法在某些纯 C 代码中设置数据断点。菜单选项“New Data Breakpoint...”被禁用,断点窗口中的弹出窗口也被禁用。我找不到其他人报告此问题,唯一的 类似的体验适用于移动开发人员。
调试工作正常 - 我可以在函数上设置监视和断点。
我在 Vista x64 上使用 Visual Studio 2008 Professional sp1。
In a DLL invoked from C++/CLI code I don't seem able to set Data Breakpoints in some pure C code. The menu option New Data Breakpoint... is disabled as is the popup in the breakpoints window. I haven't been able to find anyone else reporting this, the only similar experience is for a Mobile developer.
Debugging is otherwise working fine - I can set Watches and breakpoints on functions.
I'm using Visual Studio 2008 Professional sp1 on Vista x64.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为只有在本机模式下调试时才可以设置数据断点。它在托管模式或混合模式调试中不可用。
I think that setting data breakpoints is only available if you are debugging in native mode. It is not available in managed mode, or mixed mode debugging.