您的位置:首页 > 编程语言 > ASP

to debug asp.net mvc4

2014-02-01 15:50 381 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: