首页 > 代码库 > Configure Visual Studio 2013 for debugging .NET framework
Configure Visual Studio 2013 for debugging .NET framework
https://referencesource.microsoft.com/
In order to configure Visual Studio 2013 do 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 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.
Configure Visual Studio 2013 for debugging .NET framework
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。