IntelliTrace - 说它需要符号服务器

发布于 2024-08-23 16:05:07 字数 441 浏览 6 评论 0原文

我正在尝试让我的自动化构建与 IntelliTrace 一起使用。

当我加载基于构建的 IntelliTrace 文件时,出现以下错误:

The build associated with this IntelliTrace log file was not configured 
to publish symbols to a symbol server.  You may have to enter the symbol 
path for this debugging session manually in the debugger settings.

这是什么意思?是否有一种名为“符号服务器”的服务器类型需要我进行安装? (当我登录到我的 MSDN 订阅(高级版)时,没有名为 Symbol Server 的产品。)

我真正想要的是逐步了解如何设置它(我不能成为第一个尝试的人)。

I am trying to get my Automated builds working with IntelliTrace.

When I load a IntelliTrace file that was based off a build, it get the following error:

The build associated with this IntelliTrace log file was not configured 
to publish symbols to a symbol server.  You may have to enter the symbol 
path for this debugging session manually in the debugger settings.

What does this mean? Is there a server type called Symbol Server that I need to install an setup? (When I log into my MSDN Subscription (Premium) there is no product called Symbol Server.)

What I would really like is a walk through of how to set this up (I can't be the first one to try).

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

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

发布评论

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

评论(2

原谅过去的我 2024-08-30 16:05:07

符号服务器只是一个文件共享,其中包含特定文件夹结构中的调试信息(.pdb 文件)以及可执行文件和 DLL,因此调试器可以轻松快速地找到可执行文件/DLL 和调试信息。

John Robbins 的《调试 Windows》一书中对此进行了完美的解释(请参阅 http://www. amazon.com/Debugging-Applications-Microsoft-Windows-Pro-Developer/dp/0735615365)

A Symbol Server is simply a file share that contains the debug information (.pdb files) and executables and DLL's in a specific folder structure so a debugger can easily and quickly find the executable/DLL and debug information.

It is perfectly explained in the Debugging Windows book of John Robbins (see http://www.amazon.com/Debugging-Applications-Microsoft-Windows-Pro-Developer/dp/0735615365)

一袭水袖舞倾城 2024-08-30 16:05:07

查看 Jim Lamb 关于启用 Symbol & 的博客文章。 TFS 2010 版本中的源服务器支持:http://blogs.msdn.com/jimlamba/archive/2009/06/15/enabling-symbol-and-source-server-support-in- tfs-build-2010-beta-1.aspx

它最终变得非常简单,“符号服务器”是符号发布到的文件共享的重要组成部分。 Team Build 2010 在默认构建过程模板中具有功能,可以为源服务器支持索引符号,然后自动将符号发布到符号服务器。吉姆的帖子为您讨论了这些选项。

仅供参考(更新)- 我最近写了一篇博客,介绍了您想了解的有关符号服务器和 Team Foundation Server 的一些内容,包括 IntelliTrace:http://bit.ly/SymbolServerTFS

Take a look at Jim Lamb's blog post about enabling Symbol & Source Server support in TFS 2010 Build: http://blogs.msdn.com/jimlamb/archive/2009/06/15/enabling-symbol-and-source-server-support-in-tfs-build-2010-beta-1.aspx

It ends up being super easy and a "symbol server" is essential a file share that symbols are published to. Team Build 2010 has functionality in the default build process template to both index the symbols for Source Server support and then to publish the symbols to Symbol Server automatically. Jim's post discusses those options for you.

FYI (Update) - I wrote a blog about recently about some of things you would want to know about symbol Server and Team Foundation Server including IntelliTrace: http://bit.ly/SymbolServerTFS

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