http://bugzilla.novell.com/show_bug.cgi?id=584274

http://bugzilla.novell.com/show_bug.cgi?id=584274#c0


           Summary: [Soft Debugger] Setting a static field crashes the
                    debugger
    Classification: Mono
           Product: Mono: Debugger
           Version: 2.6.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: backend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.5
(KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5

When I use TypeMirror.SetValue (field, value) to set the value of a static
string field, the debugger crashes. Seems to work with other primitive types.
Test case:

public class App
{
    static string someField = "hi";

    public static void Main ()
    {
        Console.WriteLine (someField); /* break here and try to set someField
using the watch or immediate window */
    }
}


Reproducible: Always

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to