zoukankan      html  css  js  c++  java
  • to debug asp.net mvc4

    • 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

  • 相关阅读:
    char
    export和export default
    递归打印文件目录
    centso7 安装redmine
    sonar结合jenkins
    sonar安装
    gitlab+jenkins
    centos5 安装redmine
    elk安装最佳实践
    elk认证模块x-pack安装
  • 原文地址:https://www.cnblogs.com/zyip/p/3537013.html
Copyright © 2011-2022 走看看