Git Product home page Git Product logo

pdb-downloader's Introduction

Today, in order to download Microsoft symbol files, you have to collect a memory dump of the process and use debuggers, like Debug Diagnostics or VS Debugger, to download it. The debuggers will attempt to download all the symbols used by the application. This process is very time consuming because it downloads PDBs for all the files. In addition, some of the PDB files are huge, which consumes disk space.

To address these limitations, we have created the PDB Downloader. The PDB Downloader downloads symbol files without collecting any memory dumps. This tool provides an option to select the libraries for which symbols needs to be downloaded. This reduces both time spent and disk space.

Advantages

  • No debuggers are required to download the symbols.
  • You do not need admin access.
  • No need to install the tool - it’s a standalone executable.
  • You can download symbols which are required by debugger for breakpoints.
  • The tool reduces 90% of symbol download time.
  • Disk space utilization is minimal.
Features
  • Lightweight tool - less than 200 KB in size.
  • Open source, free to download and modify
  • Log file support to troubleshoot issues with tool.
  • Supports both managed and native libraries/executables
  • Downloads:
    • Microsoft Symbol Server symbols.
    • Symbols from most external symbol servers, like Google, Adobe, etc.
    • Private symbols if the symbols servers are configured for HTTP.
    • Symbols for 32 bit and 64 bit architecture.

Reference: https://blogs.msdn.microsoft.com/webtopics/2016/03/07/pdb-downloader/

Usage: https://blogs.msdn.microsoft.com/chiranth/2015/12/22/slow-response-automated-data-collection-using-freb-and-debug-diag/
https://blogs.msdn.microsoft.com/chiranth/2015/12/14/session-loss-due-to-application-domain-recycle-advanced/

pdb-downloader's People

Contributors

rajkumar-rangaraj avatar pulkitluthra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.