I am having trouble debugging silverlight, and the module tests are silverlight.
Lets talk about debugging silverlight first. My silverlight project has a "silverlight" debugger checked in the project properties, so I really don't understand. Sometimes it will debug OK, and I can set breakpoints in my view model classes, and in other cases, no. Is this something others find?
Next, debug unit tests. I used the silverlight unit test environment, so the tests run in the browser. How do I debug these tests? I write tests blindly, which is fine until things get complicated.
For example, in classic unit testing, you can simply set breakpoints. Or you can use Console.WriteLine. At the very least, I need to be able to put something that will write certain debugging information to a web page when the silverlight module tests are executed.
Thanks.
peter source share