附加到进程时未删除断点

发布于 2024-08-09 04:54:36 字数 164 浏览 5 评论 0原文

我在删除附加到进程时设置的断点时遇到问题。

我正在附加到 aspnet_wp 进程并设置断点。但是,我在调试时删除的任何断点都只是暂时删除。当我将调试器重新附加到进程时,我删除的断点又回来了。我发现删除断点的唯一方法是在调试器未附加到任何东西时删除它们。有谁知道是什么原因造成的,是否有办法禁用它?

I have a problem removing breakpoints that are set when I attach to a process.

I am attaching to the aspnet_wp process and setting breakpoints. However any breakpoints I remove while debugging are only removed temporarily. when I re-attach the debugger to the process, my breakpoints that I had removed come back again. I have found that the only way to remove the breakpoints, is to remove them when the debugger is not attached to anything. Does anyone know what causes this, and if there is a way to disable it?

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

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

发布评论

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

评论(2

昨迟人 2024-08-16 04:54:36

根据我的经验,这是正常行为。

断点重新出现之谜

From my experience that is normal behavior.

The Mystery of the Reappearing Breakpoints

清欢 2024-08-16 04:54:36

尝试打开断点窗口(调试->Windows->断点)并从那里删除断点。

Try opening breakpoints window(Debug->Windows->Breakpoints) and deleting the breakpoint from there.

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