微软甚至非官方的SOS for Silverlight有没有相关文档?除了一些web帖子之外,我在MSDN上没有看到任何关于它的文档。即使是CLR版本的SOS的官方文档似乎也很难找到,这个古老的article提到了windows SDK中包含的一个sos.htm文件,但它似乎已经不在那里了。对使用SOS调试Silverlight有什么建议吗?我找到了以下博客文章,但正在寻找更多信息:
http://davybrion.com/blog/2009/08/finding-memory-leaks-in-silverlight-with-windbg/
http://www.ningzhang.org/2008/12/19/silverlight-debugging-with-windbg-and-sos/
http://debuggingblog.com/wp/2009/07/07/windbg-extension-sos-in-clr-40net-framework-40-ctp-net-runtime-dll-renamed-and-sos-commands-just-got-richer/
http://www.netfxharmonics.com/label/debugging
http://blogs.msdn.com/b/tess/archive/2008/08/21/debugging-silverlight-applications-with-windbg-and-sos-dll.aspx
http://blogs.msdn.com/b/delay/archive/2009/03/11/where-s-your-leak-at-using-windbg-sos-and-gcroot-to-diagnose-a-net-memory-leak.aspx
http://blogs.msdn.com/b/delay/archive/2009/03/09/controls-are-like-diapers-you-don-t-want-a-leaky-one-implementing-the-weakevent-pattern-on-silverlight-with-the-weakeventlistener-class.aspx
发布于 2010-06-24 15:24:05
使用SOS调试Silverlight应该与调试常规框架相同。!help是开始查看SOS公开的所有命令的好地方。
你还在找别的什么吗?
https://stackoverflow.com/questions/3023950
复制相似问题