I am using Visual Studio 2010 to create a Silverlight 4 application.
I set a breakpoint in my code, started a debugging session from Visual Studio, and unfortunately my breakpoint never hits.
So, in the end, I tried to set the default browser on Internet Explorer ... and here it is ... my breakpoint suddenly hit.
Is Chrome a supported browser for debugging Silverlight applications? If so, what am I missing to get this to work?
Or, is Internet Explorer the only supported browser when it comes to debugging?
source
share