Page 1 of 1

Function evaluation timed out

Posted: Wed Dec 31, 2008 9:06 pm
by din2dino
Hi,

I have a table with wround 70 child elements that I iterate through to find the element I want. However after few iterations, teh childs are returned as null. I ma using GetChild(index). After few iterations, it child is returned as null. While debugging, state of the table is shown as Funciton evaluation timed out. Please continute execution etc etc

How should I solve this problem? I there a place I can increase te timeout?

This application is more like web form embedded into winforms,
Please help

Dino

Posted: Mon Jan 05, 2009 3:32 pm
by Support Team
What Ranorex 1.X version do you use?
Can you tell me the classname of the table control?

The "Function evaluation timed out..." message is issued by the Visual Studio debugger when it refuses to execute code that involves other threads than the current one. I.e. this is not a Ranorex specific message (as there is no timeout for the GetChild method) and should only be displayed when you try to execute code in the variable watch window. Try using writing to the Console instead of the debugger watch window for quickly checking values of such variables.

Regards,
Alex
Ranorex Support Team