[Mono-bugs] [Bug 584274] New: [Soft Debugger] Setting a static field crashes the debugger

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 1 08:56:44 EST 2010


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: martin at novell.com
        ReportedBy: lluis at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list