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.
29280 Discussions

Debug does not step through f90 file VS05, fortran 10.0.25 with /FAcs /asmfile:alo1f.asn

MWind2
New Contributor III
456 Views
It took awhile to see why the debugger in VS05 would not step through the fortran code in a fortran console projectwhich includes an assembly file(asm) with its own breakpoints. The asm file breakpoints always worked but the fortran ones were skipped. The cause, but I do not know why, was either selecting in the Fortran project an assembler outputlisting or via linker command line '/FAcs /asmfile:alo1f.asn'; subsequent debugging sessions skip the fortran file breakpoints. Without these options, everything works as expected on VS05 and Intel Fortran 10.0.25. I would hope such odd behavior has been fixed in later versions. I should note these old versions are running on W7HPx64, and I did not test on a Vista x32.
0 Kudos
0 Replies
Reply