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

problem linking with VS2010

jvandeven
New Contributor I
527 Views
I have been writing my IVF code in VS 2010 for about a year now without incident. I recently received a new computer, and installed VS2010 Professional and Intel Parallel Studio XE 2011. Unfortunately, it seems that the new version of IPS is not linking in with VS2010 properly, so that I can no longer set conditional break points. I have uninstalled / reinstalled, fiddled with settings, and updated everything all to no effect. When I right click on a break point and select the condition option, the code snippet tool appears. The same thing happens with I right click from a line of code, select break point from the menue, and then the condition option. Any help to fix this issue would be very much appreciated as it is driving me mad!
Justin.
0 Kudos
1 Solution
Steven_L_Intel1
Employee
527 Views
First of all, the code snippet tool appearing is a bug that will be fixed in Update 7. You can use the Debug > Breakpoints tool instead.

What aspect of the problem involves linking?

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
528 Views
First of all, the code snippet tool appearing is a bug that will be fixed in Update 7. You can use the Debug > Breakpoints tool instead.

What aspect of the problem involves linking?
0 Kudos
jvandeven
New Contributor I
527 Views
Your first suggestion works a treat, and I look forward to Update 7. On the second issue, I see that my use of the term "linking" in was poorly chosen - there are no linking problems of which I am aware.
Thanks again,
Justin.
0 Kudos
Reply