问题描述
我创建了一个PowerShell脚本,该版本被设置为释放他们,并拷贝到在网络上共享文件夹后,从放置位置获得所有pdb文件。
I created a powershell script that gets all the pdb files from the drop location after the build is set to release and copies them to a folder that is shared on the network.
我也创建了一个示例应用程序,我补充说,包含我需要(不PDB文件)的程序集的NuGet包。
I also created a sample application and I added the nuget packages that contain the assemblies that I need (without the pdb files).
我发现了一些参考网,但我无法调试使用pdb文件我的组件。我使用VPN连接来连接到包含pdb文件和Visual Studio 2010中的共享文件夹。
I found some references on the net, but I was unable to debug my assemblies using the pdb files. I am using a VPN connection to connect to the shared folder that contains the pdb files and Visual Studio 2010.
什么是我需要的,以作出的具体步骤使用在网络上共享的PDB文件能够调试,我开始使用的NuGet包管理器组件?
What are the exact steps that I need to make in order to use the pdb files that are shared on the network to be able to debug the assemblies that I get using nuget package manager?
谢谢!
推荐答案
如果您正在寻找符号的一个很好的概述,符号服务器,更重要的源服务器索引,检查出的这是一个博客帖子我写了一个前阵子谈论他们。我特别谈到了它在使用Team Foundation Server中的条款,但它即使你不使用TFS良好的信息。
If you are looking for a good overview of symbols, Symbol Server, and more importantly Source Server indexing, check out http://bit.ly/SymbolServerTFS which is a blog post I wrote a while back talking about all of them. I specifically talked about it in terms of using Team Foundation Server but it's good information even if you aren't using TFS.
另外,如果你想使这方面的经验更好请投票支持对我的UserVoice的功能要求:我们一定会感激增加声音和放大器;票!
Also, if you want to make this experience better, please vote for my feature request on Uservoice: http://bit.ly/AtLSjl We definitely would appreciate the added voices & votes!
这篇关于如何创建和使用一个符号服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!