我知道如何在内存中迭代对象,但我将使用ClrMD作为WinDBG/SOS中的!ip2md命令。我到底该怎么做?
ClrMD
WinDBG/SOS
!ip2md
发布于 2015-10-29 20:42:11
SOS的源代码现在是开源的。您可以确切地看到!ip2md做了什么:
https://github.com/dotnet/coreclr/tree/master/src/ToolBox/SOS
https://stackoverflow.com/questions/33403381
相似问题