Hi,
Oleg wrote in one of my previous posts:
"I would also like to note that it is not recommended to analyze the GetText method results in the VS Watch window. In most cases, you will get the "Function evaluation time out" result.
The most suitable approach in such cases is to store the GetText method result in a string variable and check this variable value in the Watch window. Please take a look at the attached video. "
Is there ANY workaround to this problem? I work in a huge project where adding variable, recompiling the project and then restarting it takes a lot of time so it is not a solution for day to day use.
I am asking because I am facing this problem very often.
Additionally the similar problem occurs when i want to "expand" the snap control object in the Visual Studio (hover over the object and then click the "+" for the object, then drill down to the object in the base object and expand them using "+", and then…").
There is also some other problem when there is a message like "waiting for UI thread to finish blocking …" (something like this) which also occurs while working with Snap.
Thank you.
BTW What is the root cause of those issues? Is there some multi threading issue? Can this be resolved by using BeginInvoke(), DoEvents(), BeginUpdate() or other not-trivial methods?