0
点赞
收藏
分享

微信扫一扫

如何在Visual Studio中调试.NET源码


Configure Visual Studio 2013 for debugging .NET framework

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  选择启用.NET Framework源代码单步执行
  • Enable source server support  选择启用源服务器支持

This is what you need to do:

如何在Visual Studio中调试.NET源码_visual studio


另外,​​http://referencesource.microsoft.com/​​ 也提供了源码的浏览!我们可以通过浏览器浏览.NET源码!

举报

相关推荐

0 条评论