Silverlight 2.0 provides better remote debugging experience
Some months ago, I did some remote debugging of a Silverlight app on a Mac. To say the least, it wasn’t all that intuitive, and it required a lot of trying and guessing to achieve the desired goal. Personally I think remote debugging is cool, but I can’t really see the great need of it. Silverlight is cross-browser, cross-platform compatible – so when it works in a browser on Windows, shouldn’t it work on a Mac as well? The release of Silverlight 2.0 has some great news in respect to remote debugging. It is no longer necessary to edit config files, and so on to authenticate the remote debugging session. This is all done from a nice user interface. JrzyShr Dev Guy has a excellent blog post describing the process of setting up remote debugging on a Mac on Silverlight … Continued