If an array is expanded in the variable or watch windows when a realloc() occurs, then the displayed number of elements does not reflect the realloc(). You can collapse and re-expand the array to get it to reflect the new size, but it is not refreshed automatically. Of course, if the array is collapsed before realloc(), it will display the new size when it is expanded. The value indicated at the root of the array is always correct, but I guess it is a wish list item if others think it would be helpful.
Orlan