Visual Studio 2010 不要在断点中调试

发布于 2024-10-21 07:54:21 字数 36 浏览 5 评论 0原文

我正在开发一个项目,突然调试忽略了我的断点并且不进行调试,

I'm working on a project and suddenly the debug ignore my breakpoints and doesn't debug,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

我早已燃尽 2024-10-28 07:54:21

确保调试工具栏附近的下拉列表显示“调试”而不是“发布”。

Make sure the dropdown near on the debug toolbar shows "Debug" and not "Release".

鱼窥荷 2024-10-28 07:54:21

如果您需要在“RELEASE”模式下“击中”断点,请转到:

工具 ->选项->调试->常规和取消选中“仅我的代码”选项,以便加载符号并实际命中断点;)

In case you need to "hit" the break point in "RELEASE" mode go to:

Tools -> Options -> Debugging -> General and UN-CHECK "Just my code" option, in order to enable loading symbols and actualy hitting a break point ;)

残月升风 2024-10-28 07:54:21

有时 Visual Studio 会感到很困惑。我发现重新启动 Visual Studio、取消设置/重置断点以及注释掉发生故障的位置都有助于让 Visual Studio 再次工作。

Sometimes Visual Studio just gets all confused. I've found restarting Visual Studio, unsetting/resetting breakpoints, and commenting out the places where it's falling over all help to trip Visual Studio into working again.

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