[Mono-bugs] [Bug 368179] New: Cannot set negative numbers

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 7 08:44:24 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=368179


           Summary: Cannot set negative numbers
           Product: Mono: Debugger
           Version: 1.2.6
          Platform: i686
        OS/Version: Kubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: cli
        AssignedTo: martin at novell.com
        ReportedBy: krapfenbauer at ict.tuwien.ac.at
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Setting the value of numerical types (int, long, ...) to a negative number does
not work. The following error message is printed:

(mdb) show locals
testInt = (int) 5
(mdb) set testInt = -5
syntax error, expecting IDENTIFIER INT UINT FLOAT DOUBLE DECIMAL ULONG LONG
STRING STAR PERCENT OPAREN AMPERSAND NEW THIS BASE CATCH TRUE FALSE NULL
ERROR: C#, Token: MINUS   : Parsing error
(mdb)


-- 
Configure bugmail: https://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