The load-and-go facility is invoked by the /LGO option. For example:
FTN95 MYPROG /CHECK /LGO
would compile, load and execute the program held in the source file MYPROG.F90 for Win32. The order of options on the command line is immaterial, except when an option requires a name, in which case the name must follow it.
The Win32 options /BREAK and /DBREAK both imply /LGO. These options also imply either /DEBUG or /CHECK.
These options are summarised in the following table for easy reference.
Option |
Debug code planted |
Check code planted |
Immediate entry to debugger |
/LGO implied |
/DEBUG |
yes |
|||
/CHECK |
yes |
yes |
||
/BREAK (Win32 only) |
yes |
yes |
yes |
yes |
/DBREAK (Win32 only) |
yes |
yes |
yes |