Skip to content

Instantly share code, notes, and snippets.

@uucidl
Created April 28, 2017 08:21
Show Gist options
  • Save uucidl/a1377b5e912726a7d302a2bf5e93237f to your computer and use it in GitHub Desktop.
Save uucidl/a1377b5e912726a7d302a2bf5e93237f to your computer and use it in GitHub Desktop.
Symbols; Symbol Server on Windows

From https://blogs.msdn.microsoft.com/camerons/2011/04/06/debugging-series-symbols-server-and-your-symbols/

Here’s an example of a command line options that to push symbols to a store using symstore [fn::1]

symstore add /f DebuggingSeries.* /s \\camerons4\Symbols\MySymbols /t "My Version 1" /v "1.0.0.0" /c "Manually adding"

This simply takes the exe and the PDB from my output directory ( the directory I ran symstore in ), and copied the symbols to the UNC folder specified.

[fn::1] location:

  • C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\symstore.exe
  • C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\symstore.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment