'Download all .net PDB's to my computer?
In order to use source stepp debugging :
And to use navigation to sources , in Resharper :
–I must have the PDB's.
But VS downloads every time a specific module.
I already downloaded the 50mb zip file from : http://referencesource.microsoft.com/
But it contains a project with no PDB.
Question
Is there a centralized place where I can download ALL pdb's for my visual studio ? ( so it wont need to download every time)
Solution 1:[1]
For .Net Core, you can use dotnet-symbol.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Fowl |