This video shows how to debug a Fortran code using GDB - GNU Debugger.
If you don't have gfortran compiler or GDB you can install from your terminal with the codes:
1) To install gfortran:
sudo apt-get install gfortran
2) To install gdb:
sudo apt-get install gdb
This is a basic tutorial to help you to debug your Fortran codes.
You can find more at:
http://infohost.nmt.edu/tcc/help/lang/fortran/gdb.html
Music: Scorpions - Wind of change (Live Berlin with Philharmonic Orchestra)
Link to this comment:
All Comments (0)