Debugger crashes on breakpoint

Bug reports.
gmartin78
Posts: 5
Joined: Thu May 13, 2010 10:55 pm

Debugger crashes on breakpoint

Post by gmartin78 » Wed Oct 06, 2010 2:39 pm

I suspect that this may have to do with the pop-up blocker still running after the break-point pauses the main thread. Not sure what to do to get around this.

Ranorex Studio Version : 2.3.4.9270
.NET Version : 2.0.50727.3615
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3
Current culture : English (United States) (en-US)
Terminal Server Session
Working Set Memory : 79248kb
GC Heap Memory : 34768kb

Exception thrown:
Debugger.DebuggerException: Process is not paused.
at Debugger.Process.AssertPaused()
at Debugger.Eval.WaitForResult()
at Debugger.Eval.InvokeMethod(MethodInfo method, Value thisValue, Value[] args)
at Debugger.Value.InvokeMethod(Value objectInstance, MethodInfo methodInfo, Value[] arguments)
at Debugger.Value.GetPropertyValue(Value objectInstance, PropertyInfo propertyInfo, Value[] arguments)
at Debugger.Value.GetMemberValue(Value objectInstance, MemberInfo memberInfo, Value[] arguments)
at Debugger.Expressions.MemberReferenceExpression.EvaluateInternal(StackFrame context)
at Debugger.Expressions.Expression.Evaluate(StackFrame context)
at Debugger.AddIn.TreeModel.IListNode.<GetChildNodes>d__0.MoveNext()
at Debugger.AddIn.TreeModel.TreeViewVarNode.SetContentRecursive(Process process, TreeViewAdv localVarList, IList`1 childNodes, IEnumerable`1 contentEnum)
at Debugger.AddIn.TreeModel.TreeViewVarNode.LoadChildren()
at Debugger.AddIn.TreeModel.TreeViewVarNode.SetContentRecursive(AbstractNode content)
at Debugger.AddIn.TreeModel.TreeViewVarNode.SetContentRecursive(Process process, TreeViewAdv localVarList, IList`1 childNodes, IEnumerable`1 contentEnum)
at Debugger.AddIn.TreeModel.TreeViewVarNode.LoadChildren()
at Debugger.AddIn.TreeModel.TreeViewVarNode.SetContentRecursive(AbstractNode content)
at Debugger.AddIn.TreeModel.TreeViewVarNode.SetContentRecursive(Process process, TreeViewAdv localVarList, IList`1 childNodes, IEnumerable`1 contentEnum)
at Debugger.AddIn.TreeModel.TreeViewVarNode.SetContentRecursive(Process process, TreeViewAdv localVarList, IEnumerable`1 contentEnum)
at ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad.RefreshPad()
at ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad.debuggedProcess_Paused(Object sender, ProcessEventArgs e)

---- Recent log messages:
Failed to append recent log messages.
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at ICSharpCode.SharpDevelop.Sda.LogMessageRecorder.AppendRecentLogMessages(StringBuilder sb, ILog log)
at ICSharpCode.SharpDevelop.Sda.ExceptionBox.getClipboardString()

---- Post-error application state information:
Installed 3rd party AddIns: [RxLogViewer 2.3.4.9270], [RxObjectRepository 2.3.4.9270], [RxRecorder 2.3.4.9270], [Workflow Foundation Designer 2.3.4.9270], [ElementTree 2.3.4.9270]
Workbench.ActiveContent: [TextEditorDisplayBindingWrapper \\tsclient\D\SVN Repositories\QA\scripts\trunk\Test Cases\TestCaseAutomation\TestCase_4783\TestCase_4783.UserCode.cs]
ProjectService.OpenSolution: [Solution: FileName=\\tsclient\D\SVN Repositories\QA\scripts\trunk\Test Cases\TestCaseAutomation\TestCaseAutomation.rxsln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: TestCase_4783]

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Debugger crashes on breakpoint

Post by Support Team » Wed Oct 06, 2010 3:49 pm

Hi,

Thank you for posting the bug. Would it be possible to send us a little example, where the same error occurs? Because we are not able to reproduce it. And please let us also know the prerequisites to reproduce this error.

Thanks in advance.

Regards,
Peter
Ranorex Team