How do you debug Silverlight applications with Chrome AND hit breakpoints?
        Posted  
        
            by cplotts
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cplotts
        
        
        
        Published on 2010-06-17T18:52:03Z
        Indexed on 
            2010/06/17
            21:33 UTC
        
        
        Read the original article
        Hit count: 884
        
I am using Visual Studio 2010 to create a Silverlight 4 application.
I set a breakpoint in my code-behind, start the debug session from Visual Studio, and unfortunately, my breakpoint never gets hit.
So, I eventually I tried setting my default browser to Internet Explorer ... and lo and behold ... my breakpoint gets suddenly hit.
Is Chrome a supported browser for debugging Silverlight applications? If so, what am I missing in order to get this to work?
Or, is Internet Explorer the only supported browser when it comes to debugging?
© Stack Overflow or respective owner