在调试模式下,执行并不总是在断点处停止

发布于 2024-11-01 03:34:40 字数 236 浏览 2 评论 0原文

当我在调试模式下执行一些 C# 代码时,我在 Visual Studio 中遇到了一个奇怪的问题。我设置了一些断点,然后逐步执行代码,但有时,当我按 F10 时,执行会继续,就像按 F5 一样,但不会在断点处停止直到我再次编译解决方案。

当我清理解决方案并重新启动计算机时,它可以解决问题,但最终会再次出现。

您是否遇到过这个问题?解决方案是什么?

I've got a weird problem in Visual Studio when I execute some C# code in debug mode. I set some breakpoints and I execute my code step by step but sometimes, when I press F10, the execution continues as if I pressed F5 but won't stop on my breakpoints anymore until I compile the solution again.

When I clean the solution and restart my computer, it could fix the problem but it'll eventually reoccur.

Did you ever have this problem and what is the solution?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文