Step through .NET Framework Source Code?

后端 未结 2 572
梦如初夏
梦如初夏 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.

提交回复
热议问题