The information in this article applies to:
SYMPTOMSLocal variables flagged by the compiler as unused become unavailable in the debugger even if they have been initialized with the DATA statement. 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 INFORMATIONUsing Developer Studio build the following sample code. After building the project, start a debugging session. On the Build menu, click Debug, and then click Step Into. The variables "A" and "B" are not displayed in the locals window even though they have been initialized with the integer values of "1" and "2" respectively. Sample Code
Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |