[Mono-bugs] [Bug 368182] New: Cannot manipulate byte, sbyte, char, short, ushort variables
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Mar 7 09:02:16 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=368182
Summary: Cannot manipulate byte, sbyte, char, short, ushort
variables
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: ---
Values of variables of these types cannot be modified with the "set X = Y"
command. (Version 0.60)
The error is the same for all types:
(mdb) show locals
testSbyte = (sbyte) 10
(mdb) set testSbyte = 11
ERROR: Cannot implicitly convert `int' to `sbyte'
--
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