调试时如何回到断点?

发布于 2024-11-17 13:12:00 字数 165 浏览 6 评论 0原文

我正在 asp.net 中工作并调试应用程序。

有时,在某些情况下,我需要返回到已经通过的断点。有什么办法可以回到那个断点吗?我正在使用 F5 和 F10 进行调试,然后按 SHIFT+F5 停止调试。

我在谷歌上搜索,但没有找到所需的答案。

请指导我。我会很感激的。

I am working in asp.net and debugging an application.

Sometimes there are scenarios in which I need to go back to a break point that I have passed. Is there any way to go back to that break point? I am debugging using F5 and F10 and press SHIFT+F5 to stop debugging.

I searched on google, but not finding the required answer.

Please guide me regarding this. I'll be thankful.

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

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

发布评论

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

评论(3

櫻之舞 2024-11-24 13:12:00

至少在 Visual Studio 2010 中,您可以拖动黄色箭头来显示您正在调试的当前行。但它并不总是有效。

如果我不小心传递了一个我应该调试的函数,我已经使用过它。

At least in Visual Studio 2010 you can drag the yellow arrow showing your current line you're debugging. It doesn't work all the times though.

I've used that if I had accidently passed a function I should have debugged.

白日梦 2024-11-24 13:12:00

如果您有 VS 2010 Ultimate IntelliTrace,默认情况下会记录断点状态。您可以返回检查断点处的状态。

If you have VS 2010 Ultimate IntelliTrace, by default, records breakpoint state. You can go back an examine the state at the breakpoint.

暖心男生 2024-11-24 13:12:00

您可以将黄色箭头拖动到您想要调试的那一行。

you can drag the yellow arrow which line u want debugging .

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