BUG: Common Blocks Cannot Be Viewed in the Watch WindowLast reviewed: March 28, 1996Article ID: Q149156 |
The information in this article applies to:
SYMPTOMSAttempting to view a common block in either the watch or quickwatch window fails. When you type in the common block name in either window, the following message is returned in the corresponding value field:
Invalid Debug Information RESOLUTIONUse the Locals window to view the common block and its members.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
REAL A INTEGER B CHARACTER(5) C COMMON /BLOCK1/ A, B, C A = 1.0 B = 2 C = 'THREE' PRINT *, A PRINT *, B PRINT *, C END BLOCK1
|
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |