|
Absoft IDE Article In Fortran Forum Newsletter Continued..
Debugging with AbsoftTools Fx3 Debugger After a project has compiled successfully, it will often fail to execute successfully due to errors in program logic, array bound overflow, or floating point exceptions. The AbsoftTools Fx3 source level debugger can be used to isolate the cause of these errors. It provides standard debugging features such as source breakpoints, source line single stepping, stack trace back, and variable display. It also allows debugging at the assembly level with single stepping of disassembled code, hardware register display and memory dumps. ![]()
Summary The AbsoftTools IDE provides an easy to use, cross platform solution for porting and developing Fortran and mixed Fortran and C/C++ programs. It provides a consistent user interface while allowing for target specific project types and includes features for project management, source code editing and runtime debugging.
|