The information in this article applies to:
The Microsoft CodeView debugger (CV) cannot display any value declared in either a C-language #define preprocessor statement or in an assembly language EQU or TEXTEQU equate. These values cannot be displayed in the Local window, the Watch window, the Command window, or as a Quick Watch value. The Microsoft C compiler and the Microsoft Macro Assembler (MASM) do not produce any symbolic information for these statements. Without symbolic information, CodeView has no information about these symbols, and cannot display them. In the sample code below, for example, attempting to put a watch on X generates the following message:
Sample Code
Additional query words: kbinf pound
Keywords : kbcode kberrmsg kb16bitonly kbCodeView kbDebug kbide kbVC |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |