Symbolic debugger support

You can instruct XL Fortran to include debugging information in your compiled objects by using different levels of the -g or -qdbg compiler option.

For details, see -g or -qdbg in XL Fortran Compiler Reference.

The debugging information can be examined by gdb or any other symbolic debugger to help you debug your programs.