The information in this article applies to:
SYMPTOMSA huge array that contains more than 64K (65535) bytes of data cannot be fully expanded in Microsoft CodeView. Both the Watch and Quick Watch windows only allow the display of the first 64K of data in a huge data structure. STATUSMicrosoft has confirmed this to be a problem in the versions of CodeView listed above. This problem was corrected in CodeView version 4.1. MORE INFORMATION
The example code below demonstrates this limitation. Compile and link
the program for huge memory model (/AH) and specify CodeView debugging
information (/Zi). Bring the program up in CodeView and set a watch on
big_array, which is a huge array of 10000 doubles (80000 bytes).
Expand the array by clicking on it in the Watch window with the mouse
or by moving the cursor to it and pressing ENTER.
Sample Code
Additional query words: 3.00 3.50 4.00
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |