Visual Studio断点保存在哪里? [英] Where are Visual Studio breakpoints saved?

查看:163
本文介绍了Visual Studio断点保存在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在签出代码时,我似乎从其他程序员那里得到了断点...

I seem to be getting breakpoints from other programmers when checking out code...

Visual Studio保存的断点列表在哪里?在vbproj文件中? vbproj.user文件?文件和设置?他们是专门针对解决方案,项目,用户,所使用的计算机吗?

Where is the list of breakpoints saved by Visual Studio? In the vbproj file? vbproj.user file? documents and settings? are they meant to be specific to the solution, the project, the user, the computer they are set on?

谢谢!

推荐答案

它们保存在< solutionname> .suo文件中. SUO代表解决方案用户选项",不应将其添加到源代码管理中.

They are saved in the <solutionname>.suo file. SUO stands for Solution User Options, and should not be added to source control.

.vbproj.user文件也不应在源代码控制中!

No .vbproj.user files should be in source control either!

这篇关于Visual Studio断点保存在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆