dotPeek
 
Get dotPeek

Generate PDB files

Last modified: 26 May 2024

If you need symbol files elsewhere than in the debugger, dotPeek provides a command to generate a PDB file (together with the source files) for any .NET assembly.

When generating symbol files, dotPeek creates the directory structure identical to the Visual Studio symbol cache. Therefore, if you set the Visual Studio symbol cache directory as the output folder, all generated symbols will be automatically available to the Visual Studio debugger. You can get or set the cache directory in Visual Studio Options: Debugging | Symbols | Cache symbols in this directory.