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

Runtime Error information

davidgraham
Beginner
925 Views
When I get a runtime error I get a dialog box which gives lots of information but it include the line number and the subroutine name on which the error occurs.

I now have a new computer and have re-installed Compaq Visual Fortran v6.6C.

Now when I get runtime error I am not getting this information.

Is there a setting that is not set correct?

David
0 Kudos
3 Replies
Steven_L_Intel1
Employee
925 Views
Do you see the traceback but it doesn't include source and line information? You need to build with the /traceback option to get that.
0 Kudos
davidgraham
Beginner
925 Views

That could beright, how do I get the compile with the traceback infornation?

David

0 Kudos
Steven_L_Intel1
Employee
925 Views
It's a compile option. If you're using the IDE, it's a project setting.
0 Kudos
Reply