I know that most of you might have noticed now. When you try to evaluate an expression using watch on RAD Studio 2007, it does not evaluate.
For example, if I had a vector, I could not do "vecData.size()", if I do "vecData.size", it just gives an address.
Is there any other way to watch the size and view each element of the vector in RAD Studio while debugging?