Bug 318273 (MONO75272) - mono backend problem with setting string values
Summary: mono backend problem with setting string values
Status: RESOLVED FIXED
Alias: MONO75272
Product: Mono: Debugger
Classification: Mono
Component: backend (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Chris Toshok
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 05:01 UTC by Chris Toshok
Modified: 2007-09-15 21:24 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:21:27 UTC


---- Reported by toshok@ximian.com 2005-06-14 22:01:25 MST ----

given the following:

public class X {
  public static void Main (string[] args) {
    string fweep = "hi";
  }
}

the following happens:

(mdb) set fweep = "bar"
Caught exception while executing command Mono.Debugger.Frontend.SetCommand:
System.NotImplementedException: The requested feature is not implemented.
in [0x00005] (at
/home/toshok/src/mono/debugger/backends/mono/MonoFundamentalObjectBase.cs:48)
Mono.Debugger.Languages.Mono.MonoFundamentalObjectBase:SetObject
(ITargetObject obj)
in [0x00033] (at
/home/toshok/src/mono/debugger/backends/mono/MonoVariable.cs:144)
Mono.Debugger.Languages.Mono.MonoVariable:SetObject
(Mono.Debugger.StackFrame frame, ITargetObject obj)
in <0x000a4> Mono.Debugger.Frontend.VariableAccessExpression:DoAssign
(Mono.Debugger.Frontend.ScriptingContext context, ITargetObject obj)
in <0x00027> Mono.Debugger.Frontend.Expression:Assign
(Mono.Debugger.Frontend.ScriptingContext context, ITargetObject obj)
in <0x0002d> Mono.Debugger.Frontend.AssignmentExpression:DoEvaluateVariable
(Mono.Debugger.Frontend.ScriptingContext context)
in <0x0000e> Mono.Debugger.Frontend.Expression:DoEvaluate
(Mono.Debugger.Frontend.ScriptingContext context)
in <0x00020> Mono.Debugger.Frontend.Expression:Evaluate
(Mono.Debugger.Frontend.ScriptingContext context)
in <0x0001c> Mono.Debugger.Frontend.SetCommand:DoExecute
(Mono.Debugger.Frontend.ScriptingContext context)
in <0x0001f> Mono.Debugger.Frontend.DebuggerCommand:Execute
(Mono.Debugger.Frontend.ScriptingContext context)
in <0x00110> Mono.Debugger.Frontend.DebuggerCommand:Execute
(Mono.Debugger.Frontend.Engine e)
(mdb)



---- Additional Comments From toshok@ximian.com 2005-06-20 18:12:26 MST ----

Fixed in a broken way, to deal with the effects of the workaround for
https://bugzilla.novell.com/show_bug.cgi?id=MONO75270.


Unknown operating system unknown. Setting to default OS "Other".