SharpDevelop Version : 3.0.0.2970
.NET Version : 2.0.50727.1433
OS Version : Microsoft Windows NT 6.0.6000.0
Current culture : English (Singapore) (en-SG)
Current UI language : en-US
Working Set Memory : 89516kb
GC Heap Memory : 16787kb
Exception thrown:
System.Runtime.InteropServices.COMException (0x80131313): Func eval cannot work. Bad starting point. (Exception from HRESULT: 0x80131313)
at Debugger.Interop.CorDebug.ICorDebugEval2.CallParameterizedFunction(ICorDebugFunction pFunction, UInt32 nTypeArgs, ICorDebugType[ ppTypeArgs, UInt32 nArgs, ICorDebugValue[ ppArgs)
at Debugger.Wrappers.CorDebug.ICorDebugEval2.CallParameterizedFunction(ICorDebugFunction pFunction, UInt32 nTypeArgs, ICorDebugType[ ppTypeArgs, UInt32 nArgs, ICorDebugValue[ ppArgs)
at Debugger.Eval.MethodInvokeStarter(Eval eval, MethodInfo method, Value thisValue, Value[ args)
at Debugger.Eval.<>c__DisplayClass1.<AsyncInvokeMethod>b__0(Eval eval)
at Debugger.Eval.CreateEval(Process process, String description, EvalStarter evalStarter)
at Debugger.Eval.AsyncInvokeMethod(MethodInfo method, Value thisValue, Value[ args)
at Debugger.Eval.InvokeMethod(MethodInfo method, Value thisValue, Value[ args)
at Debugger.Eval.InvokeMethod(Process process, Nullable`1 domainID, Type type, String name, Value thisValue, Value[ args)
at Debugger.Value.InvokeToString()
at Debugger.AddIn.TreeModel.ValueNode..ctor(Value val)
at Debugger.AddIn.TreeModel.ValueNode.Create(Expression expression)
at Debugger.AddIn.TreeModel.StackFrameNode.<GetChildNodes>d__0.MoveNext()
at Debugger.AddIn.TreeModel.TreeViewNode.SetContentRecursive(LocalVarPad localVarPad, IList`1 childNodes, IEnumerable`1 contentEnum)
at ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad.RefreshPad()
at ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad.debuggedProcess_Paused(Object sender, ProcessEventArgs e)