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.

some variables can not be watched

Wang_J_
Beginner
541 Views

     when i debug a program with VS2008 and Intel.Visual.Fortran.Compiler.Professional.v11.0.061 , i set a break point, and then watch the value of some variables. These variables were declared in module, and they were used in other modules. Parts of them can be watched but some of them were displayed as "undefined variable".  Is this a bug? How can i deal with this problem?

   

0 Kudos
3 Replies
Steven_L_Intel1
Employee
541 Views

You're using a very old version of the compiler - we have made many improvements in debugging since then. If you can attach a small example (a ZIP of a project would be best), I'd be glad to try it out in the current version.

0 Kudos
Wang_J_
Beginner
541 Views

Steve Lionel (Intel) wrote:

You're using a very old version of the compiler - we have made many improvements in debugging since then. If you can attach a small example (a ZIP of a project would be best), I'd be glad to try it out in the current version.

********************

Is this version of fortran "Intel.Visual.Fortran.Compiler.Professional.v11.0.061" can work with vs2010?  When i use vs2008 the fortran compiler can be found automatically. But if I install vs2010 and then install fortran it can not be found. 

My code is too long. if i just post parts of it , it can not work.

0 Kudos
Steven_L_Intel1
Employee
541 Views

No, Fortran 11.1 does not support VS2010. The current version (Intel Visual Fortran Composer XE 2013) does.

0 Kudos
Reply