前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >如何在Visual Studio中调试.NET源码

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

作者头像
卡尔曼和玻尔兹曼谁曼
发布2019-01-22 17:39:28
2K0
发布2019-01-22 17:39:28
举报

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:

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

本文参与?腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2015年01月28日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客?前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与?腾讯云自媒体分享计划? ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Configure Visual Studio 2013 for debugging .NET framework
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
http://www.vxiaotou.com