[Mono-bugs] [Bug 74823][Maj] Changed - native backend doesn't allow
setting variables
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 14 17:26:10 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74823
--- shadow/74823 2005-05-04 11:50:24.000000000 -0400
+++ shadow/74823.tmp.7441 2005-06-14 17:26:10.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74823
Product: Mono: Debugger
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: backend
AssignedTo: toshok at ximian.com
ReportedBy: toshok at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -19,6 +19,10 @@
(mdb) set a = 10
Expression `10' is not a variable
(mdb) print aa
(int) 10
(mdb) set a = aa
Expression `a' is not an lvalue
+
+------- Additional Comments From toshok at ximian.com 2005-06-14 17:26 -------
+the second case "set a = aa" works now (for fundamental types).
+setting variables to a constant does not yet work, though.
More information about the mono-bugs
mailing list