Visual Studio 断点保存在哪里?

发布于 2024-07-06 20:20:48 字数 154 浏览 9 评论 0原文

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

Visual Studio 保存的断点列表在哪里? 在 vbproj 文件中? vbproj.user 文件? 文件和设置? 它们是否特定于解决方案、项目、用户、所设置的计算机?

谢谢!

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

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?

Thanks!

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

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

发布评论

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

评论(2

何以笙箫默 2024-07-13 20:20:48

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

任何 .vbproj.user 文件也不应该在源代码管理中!

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

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

2024-07-13 20:20:48

从 Visual Studio 2015 开始,CTP 解决方案和项目相关文件存储在(隐藏).vs 目录中。

Visual Studio 2015 的 suo 文件的路径为 .vs\\v14\.suo

相同的模式适用于 VS2017、19、23...,以防子文件夹为 v15、v16...

Starting from Visual Studio 2015 CTP solution and project related files are stored in the (hidden) .vs directory.

The path to the suo file for Visual Studio 2015 is .vs\<SolutionName>\v14\.suo.

Same pattern applies to VS2017, 19, 23... in case the subfolder will be v15, v16...

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