<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Many thanks Georg, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918415#M80554</link>
    <description>&lt;P&gt;Many thanks Georg,&lt;/P&gt;
&lt;P&gt;Indeed the Ivdep pragma was definitively wrong!&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;gianni&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2013 16:32:16 GMT</pubDate>
    <dc:creator>gianni_c_</dc:creator>
    <dc:date>2013-02-13T16:32:16Z</dc:date>
    <item>
      <title>In Debug mode Watch doesn't display proper values</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918389#M80528</link>
      <description>&lt;P&gt;I believe I've seen other posts&amp;nbsp;with this problem, but this is aggravating as it makes the Debugger somewhat useless&amp;nbsp;while tracing through a program.&amp;nbsp; While in Debug mode and stepping through execution lines, all local variables, whether I specify them in the Watch window, or mouse over them in the code, the debugger doesn't display the&amp;nbsp;proper values.&amp;nbsp; I believe internally, variables are&amp;nbsp;being correctly computed&amp;nbsp;as the program wouldn't work otherwise, but the variables [when viewing at a breakpoint]&amp;nbsp;are extremely large or extremely small, as if uninitialized.&lt;/P&gt;
&lt;P&gt;My compiler options:&lt;/P&gt;
&lt;P&gt;/nologo /debug:full /Od /Qdiag-enable:sc-include /debug-parameters:all /warn:declarations /warn:unused /warn:ignore_loc /warn:uncalled /warn:nousage /warn:interfaces /Qcomplex_limited_range /Qfp-stack-check /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc100.pdb" /traceback /check:pointer /check:bounds /check:uninit /check:format /check:output_conversion /check:arg_temp_created /check:stack /libs:qwin /dbglibs /c&lt;/P&gt;
&lt;P&gt;Is this a known bug?&lt;/P&gt;
&lt;P&gt;Amalia&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 16:28:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918389#M80528</guid>
      <dc:creator>Amalia_B_</dc:creator>
      <dc:date>2012-10-04T16:28:21Z</dc:date>
    </item>
    <item>
      <title>Hi Amalia,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918390#M80529</link>
      <description>Hi Amalia,
This shouldn't be caused by the options you are using. Can you attach a copy of a program that reproduces the debug problems so I can investigate the issue?
Thanks,
Annalee
Intel Developer Support</description>
      <pubDate>Thu, 04 Oct 2012 19:23:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918390#M80529</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-04T19:23:33Z</dc:date>
    </item>
    <item>
      <title>I am also having similar</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918391#M80530</link>
      <description>I am also having similar problems. When I enter a subroutine in debug mode, all the INTENT(IN) variables are correct.  The INTENT(OUT) variables are calculated correctly, but on returning to the calling routine, the values are wrong.  This is using XE2013 for ia32.  All of the variables are Real(KIND=8).

Like the original poster, I believe the program is doing the correct calculations, but the Watch window is displaying the wrong values.

My program is too large and is difficult to post, as it is has runtime user security, and is a DLL called from Excel via VBA.

It appears that I will have to revert to adding multiple debug writes to file to solve my other runtime problems, as the debugger is essentially useless at present.

Thanks,

David White</description>
      <pubDate>Fri, 05 Oct 2012 12:08:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918391#M80530</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2012-10-05T12:08:02Z</dc:date>
    </item>
    <item>
      <title>I've seen sort of a related</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918392#M80531</link>
      <description>I've seen sort of a related "problem".  I restructured some F77 code that used many COMMON blocks for passing variables.  The F90 code features a Module for holding declarations of variables that were once contained in COMMON blocks.  The good news is that, via 'use ModuleName', all subunits have appropriate access to variables and their values.  The bad news is that - by setting local watches - I now can't "see" the variable values in subunits when I try to do debug tracing.  This capability is forfeited w/ the Module structure.  I wish IntelVF had some sort of magic compiler switch that would allow the local unit tracing under the configuration I describe.</description>
      <pubDate>Fri, 05 Oct 2012 15:00:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918392#M80531</guid>
      <dc:creator>TommyCee</dc:creator>
      <dc:date>2012-10-05T15:00:19Z</dc:date>
    </item>
    <item>
      <title>Annalee,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918393#M80532</link>
      <description>Annalee,

My program is rather large and I haven't been able to come up with a suitable small test program to illustrate the problem.  I've seen many other posts on the forum regarding this problem with the Debugger.  Has Intel been able to track it down and are they planning a patch for this soon?</description>
      <pubDate>Fri, 05 Oct 2012 18:46:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918393#M80532</guid>
      <dc:creator>Amalia_B_</dc:creator>
      <dc:date>2012-10-05T18:46:18Z</dc:date>
    </item>
    <item>
      <title>Amalia,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918394#M80533</link>
      <description>Amalia,
Some similar issues have been reported, including one we are planning to fix in the next update. Without seeing your program though, it is impossible ot know if you are seeing the same problem or an unknown issue with the watch window.

David,
Intent(out) variables become undefined if their value is not set within the procedure. Is that what you are seeing or is the variable not showing a value you set it to within the procedure?</description>
      <pubDate>Fri, 05 Oct 2012 19:42:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918394#M80533</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-05T19:42:05Z</dc:date>
    </item>
    <item>
      <title>TommyCee,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918395#M80534</link>
      <description>TommyCee,
You can watch module variables by adding them to the watch window as module_name::variable_name where module name is the name of the module it is contained in and variable_name is the variable being watched.</description>
      <pubDate>Fri, 05 Oct 2012 19:55:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918395#M80534</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-05T19:55:28Z</dc:date>
    </item>
    <item>
      <title>Annalee,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918396#M80535</link>
      <description>Annalee,

what I am seeing is the Intent (OUT) variables are undefined on entry (expected), set to their correct values in the subroutine (expected), but apparently undefined or getting wrong address after exit (not expected).

I suspect in run mode, the variables are correct, but in debug mode, I am unable to confirm this through the watch window.

Thanks,

David</description>
      <pubDate>Mon, 08 Oct 2012 00:23:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918396#M80535</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2012-10-08T00:23:37Z</dc:date>
    </item>
    <item>
      <title>David,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918397#M80536</link>
      <description>David, 

Do you have a sample program where this occurs? I am not seeing this behavior with simple test cases.

Thanks,
Annalee</description>
      <pubDate>Mon, 08 Oct 2012 02:43:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918397#M80536</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-08T02:43:07Z</dc:date>
    </item>
    <item>
      <title>Annalee,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918398#M80537</link>
      <description>Annalee,

I have not attempted to set up a simple test case, as I mentioned before, this was part of an app called from Excel.

However, I reinstalled XE 2011 Update 11 this morning, and this does not show this behaviour.  Upon exiting the subroutine, all of the variables in the caller are correct.  So this problem is unique to XE 2013.

I'll see what I can do about a test case.

Regards,

David</description>
      <pubDate>Mon, 08 Oct 2012 02:51:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918398#M80537</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2012-10-08T02:51:21Z</dc:date>
    </item>
    <item>
      <title>Annalee,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918399#M80538</link>
      <description>Annalee,

Here is a simple partial set of my code, with the proprietary calcs removed.  It fails under XE 2013, but works under XE 2011.

You may need to make sure the Excel Add-In is loaded properly so that the call to the DLL works.

The results in BayerComponents are correct before the return to the main routine, but all the values, esp FreeNaOHgpL, NaAluminategpL and CONC(), change under XE 2013.</description>
      <pubDate>Mon, 08 Oct 2012 03:29:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918399#M80538</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2012-10-08T03:29:21Z</dc:date>
    </item>
    <item>
      <title>Hello David,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918400#M80539</link>
      <description>Hello David,

I am transferring this thread to the Debug Solutions User Forum since it is purely about debugging. Someone from that forum will get back to you shortly.

Annalee</description>
      <pubDate>Mon, 08 Oct 2012 18:25:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918400#M80539</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-08T18:25:29Z</dc:date>
    </item>
    <item>
      <title>Is this problem going to be</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918401#M80540</link>
      <description>Is this problem going to be picked up and submitted as an issue to be solved or is transferring it to the debugging forum a way of forgetting about it!

David</description>
      <pubDate>Fri, 12 Oct 2012 00:14:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918401#M80540</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2012-10-12T00:14:44Z</dc:date>
    </item>
    <item>
      <title>The Problem is transferred to</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918402#M80541</link>
      <description>The Problem is transferred to get resolved. There are three possible tools (subset) involved. The compiler (i.e. the generated debug information), the debugger itself - this is less likely as the differences occur after installing the v13.0 FORTRAN tool [with the same VS2010]. Finally we have an extension to the debugger - Fortran Expression Evaluator - which may be involved. We have already submitted one defect related to FORTRAN variables in debugger watch window. Need to investigate if this is the same issue or a new problem

Bernth</description>
      <pubDate>Fri, 12 Oct 2012 11:39:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918402#M80541</guid>
      <dc:creator>Anonymous57</dc:creator>
      <dc:date>2012-10-12T11:39:11Z</dc:date>
    </item>
    <item>
      <title>This debugger problem has</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918403#M80542</link>
      <description>This debugger problem has already been mentionned and has been somewhat overlooked by the developpers...
See for instance: &lt;A href="http://software.intel.com/en-us/forums/topic/327633" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/327633&lt;/A&gt;

As a result, how can someone get use of the new compilers if the debug is flawed?
Looking forward to getting a xe 2013 update release!</description>
      <pubDate>Wed, 17 Oct 2012 11:31:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918403#M80542</guid>
      <dc:creator>gianni_c_</dc:creator>
      <dc:date>2012-10-17T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Our debug developers are</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918404#M80543</link>
      <description>Our debug developers are planning to include a fix for this issue in the next update which is scheduled for later this month. 

Regards,
Annalee
Intel Developer Support</description>
      <pubDate>Wed, 17 Oct 2012 13:55:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918404#M80543</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-17T13:55:43Z</dc:date>
    </item>
    <item>
      <title>Thanks, Annalee.</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918405#M80544</link>
      <description>Thanks, Annalee.

Any idea when the debugger update will rollout into the Visual Fortran releases?  This problem has been a showstopper as far as using XE 2013 is concerned.

Thanks,

David</description>
      <pubDate>Wed, 17 Oct 2012 23:48:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918405#M80544</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2012-10-17T23:48:13Z</dc:date>
    </item>
    <item>
      <title>Hello David,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918406#M80545</link>
      <description>Hello David,

This update has been released.

Regards,
Annalee</description>
      <pubDate>Tue, 23 Oct 2012 21:42:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918406#M80545</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-23T21:42:37Z</dc:date>
    </item>
    <item>
      <title>Annalee,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918407#M80546</link>
      <description>Annalee,

Update 1 does not solve the problem detailed in the test solution I uploaded earlier.  When returning from my subroutine, all of the arguments have different values after the return compared to the same variables within the subroutine.

As I said before, this is a show stopper for debugging programs using IVF 2013.

Thank you,

David</description>
      <pubDate>Wed, 24 Oct 2012 00:33:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918407#M80546</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2012-10-24T00:33:03Z</dc:date>
    </item>
    <item>
      <title>Hello David,</title>
      <link>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918408#M80547</link>
      <description>Hello David,

We have done the following simplified tests. A main routine was added invoking BayerDensity() with some simple values. With this set-up we could reproduce the problem reported with the 13.0 compiler. The values mentioned did all changed upon return from BayerComponents(). This matches the description of the problem. With the same set-up we cannot reproduce the problem with 13.0 Update 1 compiler. Hence we need further details to reproduce the issue with the latest compiler version. Did we miss something in the simplified test?

Best Regards,
Bernth</description>
      <pubDate>Wed, 31 Oct 2012 13:32:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/In-Debug-mode-Watch-doesn-t-display-proper-values/m-p/918408#M80547</guid>
      <dc:creator>Anonymous57</dc:creator>
      <dc:date>2012-10-31T13:32:33Z</dc:date>
    </item>
  </channel>
</rss>

