FIX: No Hexidecimal Display in Watch and LocalsLast reviewed: September 16, 1997Article ID: Q104895 |
1.00 1.0a | 1.00
MS-DOS | WINDOWS NTkbtool kbfixlist The information in this article applies to:
SYMPTOMSChanges to the display mode of the Visual Workbench debugging session are not effective until the debug session is stopped and restarted. Even after the display mode changes are in effect, the Visual Workbench does not display anything in Hexadecimal mode in the Locals window, but scalars are displayed in Hexadecimal mode in the Watch window.
STATUSMicrosoft has confirmed this to be a problem in FORTRAN PowerStation for MS-DOS, version 1.0 and 1.0a, and in FORTRAN PowerStation for Windows-NT, version 1.0. This problem was fixed in Fortran PowerStation 4.0.
MORE INFORMATIONTo reproduce this problem:
Sample Code
integer i(11),j i = 12 j = 13 print *, i end |
Additional reference words: 1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |