码迷,mamicode.com
首页 > Web开发 > 详细

Configure Visual Studio 2013 for debugging .NET framework

时间:2016-12-24 20:22:24      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:name   src   files   find   set   net   ges   sem   headers   

 

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

    1. Validate that you are running .NET framework version 4.5.1 or higher.
    2. 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.
    3. Validate that your Symbol path has no cached symbols.
    4. Find the dll that you want to debug and run the command dumpbin /headers (dll-Name) 技术分享
      1. 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

标签:name   src   files   find   set   net   ges   sem   headers   

原文地址:http://www.cnblogs.com/ecollab/p/6218135.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!