Step through .NET Framework Source Code?

后端 未结 2 571
梦如初夏
梦如初夏 2020-12-07 03:33

I wasn\'t sure how to word the question but I would like to step through code as it goes through the .NET classes/methods, etc.

Earlier I had asked about how to view

相关标签:
2条回答
  • 2020-12-07 03:47

    In Visual Studio .Net 2008 select Tools->Options and tick Debugging->General->Enable .Net Framework source Stepping.

    You'll need to be connected to the internet so the symbol files can be downloaded.

    0 讨论(0)
  • 2020-12-07 04:09

    Yes, use the debugger, but see Configuring Visual Studio to Debug .NET Framework Source Code.

    0 讨论(0)
提交回复
热议问题