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

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


           Summary: Soft Debugger: Incorrect number or types of arguments
                    error when calling int.Parse
    Classification: Mono
           Product: Mono: Debugger
           Version: 2.6.x
          Platform: x86-64
        OS/Version: openSUSE 11.3
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: backend
        AssignedTo: var...@gmail.com
        ReportedBy: ll...@novell.com
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---
           Blocker: ---


In MD, I try to invoke this method:

System.Int32.Parse ("345")

and I get an error saying "Incorrect number or types of arguments". I checked
the call being made and the invoked method is indeed the one that takes one
string as argument, and the provided argument is a StringMirror, so this looks
like a bug in the debugger.

-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to