Fortran 77 Debugging Program
Fortran 77 Debugging Program
(OP)
I'm looking for a good debugging program for Fortran 77. Any suggestions would be appreciated.
I've been working with the VBA for Excel debugger a bunch lately, which is very slick, and would like something similar for Fortran.
Thanks
I've been working with the VBA for Excel debugger a bunch lately, which is very slick, and would like something similar for Fortran.
Thanks





RE: Fortran 77 Debugging Program
The expensive option: try Intel Visual Fortran. It also integrates with Visual Studio. It is about $2300.
Another cheap option: gfortran and codeblocks or codelite. This is actually a Linux option but it also works in Windows. Not as slick at Silverfrost or IVF but still usable.
Another cheap option: photran - an eclipse port for Fortran. If you like eclipse, you'll love this one.