针对不受支持的 Vault SCM 应用程序配置 Visual Studio 源服务器/符号存储

发布于 2024-07-15 17:18:09 字数 471 浏览 5 评论 0原文

我正在尝试将我们的内部开发代码配置为符号服务器,在 Visual Studio 2008 中进行调试时可以访问源代码控制文件。我们可以在引用我们的核心库集的其他项目上使用它。

遗憾的是,我们在 SCM 系统中使用 SourceGear Vault,目前在使用源代码管理引用对 .PDB 文件进行索引时不支持该系统。

我真的不需要直接源代码控制访问,我很高兴只需要网络共享访问,但我看不到如何更新 PDB 文件中的引用。

我配置了符号服务器,并添加了对原始构建源代码看似正确的引用,但是,当我在 Visual Studio 中调试并尝试单步执行引用的代码时,它不会从源服务器加载 PDB,并且因此没有可用的源代码。

此外,Visual Studio 可以通过“加载符号”命令下载核心 .NET PDB 文件,但当我单击该模块时却没有该选项。

有没有人有设置此类事情的个人经验?

如果有人可以提供帮助,非常感谢。

I am trying to configure our in house development code as a symbol server, with source control file access when debugging in Visual Studio 2008. We can use this on other projects that reference our core set of libraries.

Sadly, we use SourceGear Vault for our SCM system, which is currently unsupported when it comes to indexing our .PDB files with their source control references.

I wouldn't really need direct source control access, I'd be happy with just a network share access but I can't see how to update the references in the PDB files.

I have the symbol server configured and have added what would seem the right references to the original build source code, however, when I debug in Visual Studio and try and step into the code referenced, it does not load the PDBs from the source server and consequently no source code is available.

Also, where Visual Studio can download the core .NET PDB files via the Load Symbols command, I do not have that option when I click the module.

Does anyone have any personal experience of setting this sort of thing up?

Many thanks if anyone can help.

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

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

发布评论

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

评论(1

芯好空 2024-07-22 17:18:09

此问题已得到解决 在这个其他相关问题

整个过程中缺少源索引,因此 PDB 符号服务器现在应该可以正常工作。

This issue has kind of been resolved at this other related question.

Source indexing was missing from the overall process so the PDB symbol server should work properly now.

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