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

Creating New Data Breakpoint

tsimm3
New Contributor I
673 Views

I just upgraded from Intel Fortran 2011 to 2013, and from Visual Studio 8 to 2012. I can no longer create a new Data Breakpoint. If I use LOC(VAR),X it reports a syntax error. If I use LOC(VAR) it reports Unable to evaluate the expression. The Language drop-down box only shows C and C++. I don't remember if it used to include Fortran or not.

0 Kudos
4 Replies
Steven_L_Intel1
Employee
673 Views
No, it never included Fortran. I know there are several debugging issues related to VS2012. I will look to see if this one is known.
0 Kudos
jimdempseyatthecove
Honored Contributor III
673 Views
I haven't had an issue when not using LOC. However in situations where a helper is required for data break point (IOW the FORTRAN expression is meaningless in Data Break location edit box), then go to the Memory window, enter the FORTRAN expression to examine, then copy the hex address to edit buffer. Next go back to the Data Break and paste the hex address (you may need to tweek the hex display format from memory to the hex input format data break). Jim Dempsey
0 Kudos
Steven_L_Intel1
Employee
673 Views
The developers tell me that the issue reported here will be fixed in Update 2, planned for late January. Jim has a good workaround.
0 Kudos
tsimm3
New Contributor I
673 Views
Thanks Steve and Jim. For my particular situation, I think that using an older version of Visual Studio will be the best workaround until VS 2012 is fixed. Hopefully they will also restore the ability to examine a variable by placing the mouse cursor over it.
0 Kudos
Reply