Personal PDB Symbol Server


Back to index Matthieu Maitre

Symbols of NuGet packages are typically found on SymbolSource. This works great until one creates binaries using C++, which SymbolSource does not support yet. So instead I maintain a personal symbol server at http://mmaitre314.blob.core.windows.net/symbols. As usual, Visual Studio can be told to look up symbols there by adding this URL to the list of symbol file locations:

SymbolsServerConfig

The symbols also contain source information which the debugger can use to download source files from GitHub on the fly. To enable this, ‘Enable Just My Code’ needs to be unchecked and ‘Enable source server support’ checked.

SourceServerConfig