Does anyone know what would cause this exception? Is it a problem in the debugger or is it a problem in the program?
Mono.Debugger.Soft.InvalidStackFrameException: The requested operation cannot be completed because the specified stack frame is no longer valid.
at Mono.Debugger.Soft.VirtualMachine.ErrorHandler(Object sender, ErrorHandlerEventArgs args)
at Mono.Debugger.Soft.Connection.SendReceive(CommandSet command_set, Int32 command, PacketWriter packet)
at Mono.Debugger.Soft.Connection.StackFrame_GetValues(Int64 thread_id, Int64 id, Int32[] pos)
at Mono.Debugger.Soft.StackFrame.GetValue(LocalVariable var)
at Mono.Debugging.Soft.VariableValueReference.get_Value()
at Mono.Debugging.Evaluation.ValueReference.OnCreateObjectValue(EvaluationOptions options)
at Mono.Debugging.Evaluation.ValueReference.CreateObjectValue(EvaluationOptions options)Mono.Debugger.Soft.InvalidStackFrameException: The requested operation cannot be completed because the specified stack frame is no longer valid.
at Mono.Debugger.Soft.VirtualMachine.ErrorHandler(Object sender, ErrorHandlerEventArgs args)
Regards Terry