Bug 317879 (MONO74823) - native backend doesn't allow setting variables
Summary: native backend doesn't allow setting variables
Status: RESOLVED INVALID
Alias: MONO74823
Product: Mono: Debugger
Classification: Mono
Component: backend (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Major
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 18:50 UTC by Chris Toshok
Modified: 2007-10-08 12:32 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:15:46 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".

Comment 1 Martin Baulig 2007-10-08 12:32:53 UTC
.