I have disabled "Microsoft Symbol Servers" and added path to .NET 4.5 symbols (W:\Debug\RefSrc\Symbols
) that I downloaded from http://referencesource.microsoft.com/.
Unfortunately when I force loading of symbols, for example on mscorlib.dll, Visual Studio ignores this folder and proceeds to download symbol file from symbol server. They end up in W:\Debug\SymbolsCache\MicrosoftPublicSymbols
and are exactly identical to those in RefSrc
.
Is anyone else seeing this behavior ?
My debug settings:
[ ] Enable Just my code
[ ] Enable .NET framework source stepping
[ ] Enable source server support
I had to disable ".NET framework source stepping" because of this.