首页 > Web开发 > 详细

to debug asp.net mvc4

时间:2014-02-02 16:12:57      阅读:366      评论:0      收藏:0      [点我收藏+]

 

 

  • Go to Tools -> Options -> Debugger -> General
  • Uncheck the option Enable Just My Code (Managed Only)
  • Uncheck the option Enable. NET Framework source stepping (this is optional)
  • Check the option Enable source server support
  • Uncheck the option Require source files to exactly match the original version

 

symble servers:

  • http://referencesource.microsoft.com/symbols
  • http://srv.symbolsource.org/pdb/Public
  • http://srv.symbolsource.org/pdb/MyGet
  • http://msdl.microsoft.com/download/symbols

 

 to debug unity source code

http://unity.codeplex.com/releases/view/31277

download symbols:

http://unity.codeplex.com/downloads/get/467070

 

reference:

http://thechefprogrammer.blogspot.com/2013/04/debugging-into-aspnet-mvc-4-source-code.html

http://stackoverflow.com/questions/13609891/how-to-step-into-mvc4-source-code-without-building-assembly

to debug asp.net mvc4

原文:http://www.cnblogs.com/zyip/p/3537013.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!