fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
DETAIL
Syntax:
DETAIL [ON] DETAIL OFF
Function:
The DETAIL command is used interactively to display the full interpretation of the user's interactive commands. When detail is turned on, fpt lists the keywords and operands which it has read before execution of each command. DETAIL is useful in debugging command procedures.
Where to Use this Command
Operating system command line | Yes |
Configuration file, config.fsp | No |
Specification (fsp) files, *.fsp | Yes |
Interactively, to FPT> prompt | Yes |
Interactive command files | Yes |
Embedded in the Fortran code | No |
Default
DETAIL OFF
(Note that defaults may be changed in the configuration file)
Examples
FPT> detail ! turn on detail FPT> echo on ! and echo command files fpt Keyword or operator: ECHO fpt Keyword or operator: ON <eol> FPT>
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.