KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q45624: CodeView "??" Command Can’t Show All of Large Structures

Article: Q45624
Product(s): See article
Version(s): 2.20 2.30 | 2.20 2.30
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | SR# G890607-19918 | mspl13_basic
Last Modified: 8-AUG-1989

Question:

How can I view structures with many members in CodeView with the "??"
command? It shows only those members that fit on the screen. Is there
some trick I haven't found?

Response:

Unfortunately, the "??" command is limited in this respect -- there is
no way to view the last members of a large structure with this
command. This feature is under review and will be considered for
inclusion in a future release.

Instead, however, you can view each element of the structure by itself
by dereferencing the struct and element, i.e., "?structname.field".

There are at least two ways to work around the problem in CodeView
Versions 2.20 and 2.30. One way is to shrink or nest the structures.
Another workaround is to use the "?" or Watch command to look at the
individual member(s) you want to see.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.