Previous Top Next |
Advantage of Debug Mode |
The real advantage of debug mode is that provisions have been made so that you can not only run the executable from a PRODAS form, but also from within the FORTRAN development environment.
When run from the PRODAS form, a copy of the input file is placed in the debug directory where the executable is located. Then when run from within the FORTRAN environment, the main routine is smart enought to know where to look for the input files and where to place the results. You can then run within the debugger to help troubleshoot your FORTRAN source.
© 2004 Arrow Tech Associates |