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

/4Yb ?

jfdemm
Beginner
566 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
566 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