PRB: Debugging Past END Statement Puts You in Disassembly ModeLast reviewed: April 9, 1996Article ID: Q149481 |
The information in this article applies to:
SYMPTOMSDebugging source code and stepping past the main program END statement causes the debugger to shift into disassembly mode, placing the cursor at the beginning of the source code's corresponding assembly code listing.
STATUSThis behavior is by design.
MORE INFORMATIONIn previous versions of Microsoft FORTRAN, when you stepped past the main program END statement, the debugger generated the message "There is no source line debugging information" and stopped the debugger.
Steps to Reproduce Behavior
Sample CodeC Compile options needed: /Zi
print *, 'Hello, World!' end |
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |