How to debug through .NET Framework source code?

前端 未结 4 2049

I\'ve followed the steps outlined in http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx to enable source debug

4条回答
  •  青春惊慌失措
    2020-12-30 00:57

    Debugging didn't work for me when I first followed those steps. I deleted symbol directory and removed all settings from Options -> Debugging -> Symbols and it worked.

    • Uncheck "Enable Just My Code"
    • Check "Enable .NET Framework source stepping"
    • Check "Enable source server support"
    • Don't add anything to Debugging -> Symbols

    Works just fine on Windows 7 x64 with Visual Studio 2008 SP1.

提交回复
热议问题