In order to configure Visual Studio, the following in the Tools, Options, Debugging, General menu:
- Disable Just My Code
- Disable Step over properties and operators
- Disable require source files to exactly match the original version
- Enable. NET Framework Source Stepping
- Enable Source Server Support
This is the need to do:
Troubleshooting
- Validate that is running. NET Framework version 4.5.1 or higher.
- Validate the list of assemblies that is trying to debug is on the list of assemblies here.
The list is the set of assemblies, we currently ship reference sources for.
- Validate that your the Symbol path has no cached symbols.
- Find the DLL that's want to debug and run the command Dumpbin/headers (dll-name)
- Send us the output shown in the screen capture above along with the file version of the DLL.
from:http://referencesource.microsoft.com/
Configure Visual Studio Debugging. NET Framework