views:

1453

answers:

3

How to debug Silverlight 3 C# Application? Using VS or Blend... or some tool\plugin?

A: 

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.

John K
A: 

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.

TreeUK
Ha-ha... actually Silverlight developer for example some crazy designer - developer just won’t understand how to perform such operation...
Blender
TreeUK
A: 

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 :)

Bidhan Baruah