FIX: Improper Debug Stepping in Routines w/ ENTRY PointsLast reviewed: September 18, 1997Article ID: Q109875 |
1.00
WINDOWS NT
kbtool kbfixlist
The information in this article applies to: - Microsoft FORTRAN PowerStation 32 for Windows NT, version 1.0
SYMPTOMSIn an attempt to step into a subroutine through an entry point, the lines appear to be executed out of order. In reality they are not executed out of sequence; the sequence of events appear to be this:
doesn’t execute it.4. The fourth step goes to the END statement again. 5. The fifth step goes to the first executable line in the entry point. From here on the stepping and execution sequence is correct.
CAUSEThis problem is caused by the compiler putting out improper line number information for the entry point.
RESOLUTIONThere is currently no work around for this problem.
STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN PowerStation 32 for Windows NT, version 1.0. This problem was fixed in FORTRAN PowerStation version 4.0.
|
Additional reference words: 1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |