文件更新时断点移动
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
断点存储在您的 suo 文件中,并且该文件不可读。没有办法改变这一点。
Breakpoints are stored in your suo file and that file is not human readable. There is no way to change this.