Sun Studio 12: Debugging a Program With dbx

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

Lists all Fortran modules in the current program.

fortran_modules -f module_name

Lists all functions in the specified module.

fortran_modules -v module_name

Lists all variables in the specified module.