Debugging a Fortran program

You can use gdb and other symbolic debuggers to debug your programs. For instructions on using your chosen debugger, consult the online help within the debugger or its documentation.

Always specify the -g option when compiling programs for debugging.
Note: Debugging Fortran 2003 polymorphic objects and parameterized derived types is not supported in this release of XL Fortran.
Related information: