0

In Visual Studio, I am able to step through .net framework source code: Debug .NET Framework Source

However I was unable to step through Windows Store API components in my code. Is this possible?

And Would there be any way to step into the constructor of an object in the Windows.UI.Xaml namespace when that object gets created?

4

2 回答 2

0

到目前为止,MSFT 尚未发布 .NET Core(由 Windows 应用商店使用)的源文件。上次听说,目前还没有发布代码的公告,但这并不意味着以后不会发布。

于 2013-07-11T23:12:18.647 回答
0

我没有尝试过,但您可以尝试在调试选项中关闭“仅我的代码”。我怀疑它们是否包含来源,因此您可能不走运。

于 2013-07-11T22:21:25.553 回答