开发者

How to debug Silverlight 3 C# Application?

开发者 https://www.devze.com 2022-12-12 00:38 出处:网络
How to debug Silverlight 3 C#Application? Using VS or Blend... or some tool\\开发者_开发问答plugin?I think we can debug SL 4 application if it is opened through IE! I had already spent 1 hour finding

How to debug Silverlight 3 C# Application? Using VS or Blend... or some tool\开发者_开发问答plugin?


I think we can debug SL 4 application if it is opened through IE! I had already spent 1 hour finding out "why debugging is not working". Somehow tried in IE and it worked perfectly :)


Normally this works just by attaching to the Firefox / Browser of choice process.

--Edit In Visual Studio you'd choose the Debug menu option then Attach To Process, then select Firefox.exe or IExplore.exe.


Here's a discussion on the Silverlight Forums of using VS 2008 to debug Silverlight - the bonus is they describe the steps while troubleshooting. You can try the same for Silverlight 3; although the discussion centers around a different version, steps are likely similar.

0

精彩评论

暂无评论...
验证码 换一张
取 消