Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在检查代码时,我似乎从其他程序员那里得到了断点......
Visual Studio 保存的断点列表在哪里?在 vbproj 文件中?vbproj.user 文件?文件和设置?它们是否意味着特定于解决方案、项目、用户、它们所在的计算机?
谢谢!
它们保存在 <solutionname>.suo 文件中。SUO 代表解决方案用户选项,不应添加到源代码管理中。
没有 .vbproj.user 文件也应该在源代码管理中!
从 Visual Studio 2015 开始,CTP 解决方案和项目相关文件存储在 .vs 目录中。对于 Visual Studio 2015,suo 文件的路径是 .vs\<SolutionName>\v14\.suo。