[Mono-bugs] [Bug 75272][Nor] New - mono backend problem with setting string values

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 14 22:01:25 EDT 2005


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

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

--- shadow/75272	2005-06-14 22:01:25.000000000 -0400
+++ shadow/75272.tmp.10787	2005-06-14 22:01:25.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 75272
+Product: Mono: Debugger
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: backend
+AssignedTo: toshok at ximian.com                            
+ReportedBy: toshok at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono backend problem with setting string values
+
+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)


More information about the mono-bugs mailing list