Thread: Debugging a Fortran Program
i have compiled fortran program using
gfortran -ggdb file.f90
try step through in debugger, enter
gdb a.out
cannot create break point. have tried number of commands including
b <line number>
b <subroutine name>
missing here?
try indicating file name. if instance want breakpoint in line 10:
code:break file.f90:10
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Debugging a Fortran Program
Ubuntu
Comments
Post a Comment