[Mono-bugs] [Bug 74823][Maj] New - native backend doesn't allow setting variables

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 May 2005 11:50:24 -0400 (EDT)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74823

--- shadow/74823	2005-05-04 11:50:24.000000000 -0400
+++ shadow/74823.tmp.15252	2005-05-04 11:50:24.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 74823
+Product: Mono: Debugger
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: backend
+AssignedTo: toshok@ximian.com                            
+ReportedBy: toshok@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: native backend doesn't allow setting variables
+
+(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