FIX: No Hexidecimal Display in Watch and Locals

Last reviewed: September 16, 1997
Article ID: Q104895
1.00 1.0a | 1.00
MS-DOS    | WINDOWS NT
kbtool kbfixlist

The information in this article applies to:

  • Microsoft FORTRAN PowerStation for MS-DOS versions 1.0 and 1.0a
  • Microsoft FORTRAN PowerStation 32 version 1.0

SYMPTOMS

Changes 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.

STATUS

Microsoft 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 INFORMATION

To reproduce this problem:

  1. Build the sample code below with the project in Debug mode.

  2. Choose Execute/Debug from the Options menu and clear (uncheck) the

        Hexadecimal Display check box if it is selected.
    

  3. Single-step (F8) to the print statement.

  4. Display both the Locals and Watch window (choose both windows from

        the Window menu), and then enter the following in the Watch
        window (one letter per line):
    

        I
        J
    
    

  5. Double-click to expand "I" in both the Watch and Locals windows (it may be necessary to click in one window before I can be expanded in the other window).

  6. Check that all values in both windows are displayed in decimal.

  7. Select Hexadecimal Display in the Execute/Debug dialog box.

  8. Check that all values in both windows are still displayed in decimal.

  9. Stop debugging using the Debug menu, and then repeat steps 3 and 5.

  10. Check that all values in the Locals window are still displayed in decimal, that in the Watch window, only "J" and the indices to the array "I" are in hexadecimal (they have a "#" in front). The values of the elements of 'I' are still displayed in decimal. For example:

    (i)(#B) = 12 j = #D

Sample Code

       integer i(11),j
       i = 12
       j = 13
       print *, i
       end


Additional reference words: 1.00
KBCategory: kbtool kbfixlist kbbuglist
KBSubcategory: TlsMisc
Solution Type : kbfix


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.

Last reviewed: September 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.