Debugging a Fortran 90 or Fortran 95 program

You can use dbx 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.

Related information: