Edit and Continue in Silverlight?
        Posted  
        
            by Shnitzel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shnitzel
        
        
        
        Published on 2009-12-11T01:07:16Z
        Indexed on 
            2010/03/24
            22:33 UTC
        
        
        Read the original article
        Hit count: 372
        
Edit-And-Continue is one of my favorite debugging tools which I have previously used on C# based Winforms and ASP.NET projects. However, I'm running a Silverlight 3.0 application on VS 2008 and whenever I try to make a change (after breaking) it says "Changes are not allowed when debugging Silverlight applications". Also there isn't an "Enable Edit and Continue" option in the project settings.
Does anyone (possibly an insider) know when this feature will be supported by Microsoft??? (I NEED IT!)
© Stack Overflow or respective owner