Reputation: 25631
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
Upvotes: 0
Views: 199
Reputation: 4328
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.
Upvotes: 1