Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

/4Yb ?

jfdemm
Beginner
570 Views

Why would this action:

c:>fl32 /4Yb XXX.for

not give me debugging information?

It should work. i have compaq visual fortran 6. i don't want to compile interactively, but even when i do I still can't access debug information about the line number where the error occurs.

thanks very kindly.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
570 Views

/4yb means the same as /check:all. It has nothing to do with debug information. For that you want /debug (or /Zi if you insist on using PowerStation switches)

0 Kudos
Reply