Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Debugging from a Run-Time Error

finnis_m
Beginner
339 Views
I'm currently porting two CVF applications to IVF - three days so far, given up on one, think I can see light at the end of the tunnel on the other.
I may have missed something obvious but the behaviour of the debugger after a run-time error in IVF leaves a little to be desired. In CVF after the error and the run-time error message box a second message box is displayed giving the option to debug the program. On selecting Cancel to debug the program the debugger is entered at the point in the Fortran program at which the run-time error occurred. In IVF the debugger seems to be entered in the system routine that has output the error message with no prospect of entering the Fortran code - at least I couldn't find a way. Is this a feature? (Sorry if this is retreading old ground.)
0 Kudos
1 Reply
Steven_L_Intel1
Employee
339 Views
Well, that part is, I think, the same as for CVF. What sometimes goes wrong, though, is that the "context" menu doesn't allow you to find the user code that triggered the error. If you run the program under the debugger, it ought to stop at the point of error.

If you're having difficulty, please let us know. You can ask for help here or through Premier Support. We don't want you to give up and there are usually ways to resolve issues.
0 Kudos
Reply