Go to main content
Oracle® Developer Studio 12.5: Debugging a Program with dbx

Exit Print View

Updated: June 2016
 
 

fortran_modules Command

The fortran_modules command lists the Fortran modules in the current program, or the functions or variables in one of the modules.

Syntax

fortran_modules [–f module-name | –v module-name]

Lists all Fortran modules in the current program.

If the –f option is specified, list all functions in the specified module.

If the –v option is specified, lists all variables in the specified module.