Bugzilla – Bug 317879
native backend doesn't allow setting variables
Last modified: 2007-10-08 12:32:53 UTC
---- Reported by toshok@ximian.com 2005-05-04 11:50:24 MST ---- (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@ximian.com 2005-06-14 17:26:09 MST ---- the second case "set a = aa" works now (for fundamental types). setting variables to a constant does not yet work, though. ---- Additional Comments From toshok@ximian.com 2005-07-06 17:31:07 MST ---- we depend on 75494 ---- Additional Comments From miguel@ximian.com 2005-09-05 13:52:38 MST ---- reassigning to new debugger owner. This bug depended on bug(s) 75494. Unknown operating system unknown. Setting to default OS "Other".
.