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

Working with Visual Studio 2010

Howard_Lee
Beginner
658 Views
I am new to the Intel Fortran Compiler, and having some problems/questions working with Visual Studio 2010:

(1) As i update the code couple iterations on the same area of the newly updated code, i found that the left of these newly added codes have a light-bluish bar shown, and the stepping-through debugging just bypass these codes. It seems there be some 'state' of previous compiled code image exists that remain and preventing the introducing of newly added code.

(2) I am testing the same sets of soruce code with different set of input/output files. It seems if encountering some exception, this exceptionlikely also happened to next few set of files. However, if testing with these files in different sequence, then exceptions stop shown for many of the subsequently executed set files.

Can someone help on these?

thanks

Howard Lee
0 Kudos
2 Replies
Steven_L_Intel1
Employee
658 Views
I can't recall seeing a "light bluish bar". Can you attach a screenshot? There is no "state" retained - if you change the source and build the project, the changes should be compiled.

Please provide details on the "some exception".
0 Kudos
Andrew_Smith
Valued Contributor I
658 Views
Edited lines are marked with a pale yellow bar in the margin. It turns green after a build or file save and dissapears if you close and then open the file again. It is useful occasionally. It is the same in VS2008
0 Kudos
Reply