[Mono-bugs] [Bug 582991] New: Soft Debugger: Incorrect number or types of arguments error when calling int.Parse
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 24 19:17:54 EST 2010
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: vargaz at gmail.com
ReportedBy: lluis at novell.com
QAContact: mono-bugs at 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.
More information about the mono-bugs
mailing list