How to debug fortran program?
Steven Bosscher
stevenb.gcc@gmail.com
Thu Jan 4 22:02:00 GMT 2007
On Thursday 04 January 2007 09:26, abo wrote:
> Hello members,
> I compile f90 source program by g95,but I can't debug it with gdb.
> Is there anyone who had the same experiences?
Yup.
g95 does not write out useful debug information. So, you can't debug
your program with gdb or with any other symbolic debugger.
Also, even if g95 would write out useful debug information, gdb would
not have support for most Fortran 9x features (e.g. no support for
modules, no support for array expressions, etc.).
Sorry....
Gr.
Steven
More information about the Gdb
mailing list