文件更新时断点移动

发布于 2024-08-23 18:19:06 字数 131 浏览 8 评论 0原文

我正在使用 Visual Studio 2005 作为用 C# 开发的 Windows 应用程序。 我在类中保留了几个断点,当我更新 svn 时,这些断点会发生移动(实际上保留在同一行中,而不是在其预期的方法中)。有没有一种方法我们也可以更新断点?

I am using visual studio 2005 for my windows application developed in C#.
I have kept few breakpoints in the class,when i update the svn,these breakpoints get shifted(Actually remain in same line no and not in the method where it is intended to).Is there a way we can update the break point as well?

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

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

发布评论

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

评论(1

┾廆蒐ゝ 2024-08-30 18:19:06

断点存储在您的 suo 文件中,并且该文件不可读。没有办法改变这一点。

Breakpoints are stored in your suo file and that file is not human readable. There is no way to change this.

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