In order to configure Visual Studio 2013 do the following in the Tools -> Options -> Debugging -> General menu:
Disable just my codeDisable step over properties and operatorsDisable require source files to exactly match the original versionEnable .NET framework source steppingEnable source server support
This is what you need to do:
Troubleshooting
Validate that you are running .NET framework version 4.5.1 or higher.Validate that the list of assemblies that you are trying to debug are on the list of assemblies here. The list is the set of assemblies that we currently ship reference sources for.Validate that your Symbol path has no cached symbols.Find the dll that you 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.
转载请注明原文地址: https://ju.6miu.com/read-963914.html