Click here to Skip to main content
15,886,026 members
Articles / Programming Languages / C#

Sourcepack (Indexing PDB Files with Source Archive File)

Rate me:
Please Sign up or sign in to vote.
4.80/5 (6 votes)
25 Aug 2011MIT6 min read 31.7K   21  
PDB files indexer (using file archive as a repository)
The Sourcepack script is a PowerShell script that examines and then modifies the PDB files in the given directory to make them reference the source code archive file.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Poland Poland
Interested in tracing, debugging and performance tuning of the .NET applications.

My twitter: @lowleveldesign
My website: http://www.lowleveldesign.org

Comments and Discussions