调试加载&激活Silverlight组件
当 Silverlight 组件通过 XAP 文件加载到网页中时,是否可以获取详细的调试信息?
我不是在谈论在 Silverlight 组件中添加调试语句,而是在主机环境(Web 浏览器)中添加调试语句。
干杯
AWC
Is there anyway to get detailed debugging information when a Silverlight component is loaded into a web page via an XAP file?
I'm not talking about adding debug statements in the Silverlight component but from the host environment (web browser).
Cheers
AWC
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否理解这个问题。您想要什么样的调试信息?
可以将 Windbg 与 silverlight 一起使用,请参阅下面的链接。我自己只在尝试查明内存泄漏时使用过它,但我确信有很多我不知道的可能性。
http: //blogs.microsoft.co.il/blogs/sasha/archive/2008/08/25/debugging-silverlight-applications-sos-dll.aspx
I am not sure I understand the question. What sort of debug information is it you want?
It is possible to use windbg with silverlight, see the link below. I have only used it myself when trying to pinpoint memory leaks, but I am sure there are tons of possibilities that I don't know about.
http://blogs.microsoft.co.il/blogs/sasha/archive/2008/08/25/debugging-silverlight-applications-sos-dll.aspx