Bugzilla – Bug 318273
mono backend problem with setting string values
Last modified: 2007-09-15 21:24:34 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".