<?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 Re: Debugging problem with ASSOCIATE construct in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865679#M70595</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I'll take a look ... I can't think of anything right off that would have made this "better", so if you could just be patient until we can fix it, that would be great.&lt;BR /&gt;&lt;BR /&gt; thanks -&lt;BR /&gt;&lt;BR /&gt; - Lorri</description>
    <pubDate>Tue, 22 Sep 2009 20:29:24 GMT</pubDate>
    <dc:creator>Lorri_M_Intel</dc:creator>
    <dc:date>2009-09-22T20:29:24Z</dc:date>
    <item>
      <title>Debugging problem with ASSOCIATE construct</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865678#M70594</link>
      <description>I have been having a debugging issue starting with, I believe, IVF 11.1.38. When in an ASSOCIATE construct I cannot see the values of variables defined outside the construct. A simple code demonstrating this behaviour is attached. Once the debugger goes into the ASSOCIATE construct, variables c, d, and e become "invisible". For this example, these variables are grayed out in the watch window. For complex programs, it seems, the watch window displays the message "Undefined variable". Is this a debugger issue? Is there currently a fix for this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 21 Sep 2009 18:07:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865678#M70594</guid>
      <dc:creator>jond</dc:creator>
      <dc:date>2009-09-21T18:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem with ASSOCIATE construct</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865679#M70595</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I'll take a look ... I can't think of anything right off that would have made this "better", so if you could just be patient until we can fix it, that would be great.&lt;BR /&gt;&lt;BR /&gt; thanks -&lt;BR /&gt;&lt;BR /&gt; - Lorri</description>
      <pubDate>Tue, 22 Sep 2009 20:29:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865679#M70595</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2009-09-22T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem with ASSOCIATE construct</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865680#M70596</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I have been unable to reproduce the behavior you are seeing, so it looks like we need more info.&lt;BR /&gt;&lt;BR /&gt;What version of Visual Studio are you using? What platform? I used VS2005 and IA32. My colleague tried VS2008 and IA32; both of us saw the "extra" variables in the LOCALs windows.&lt;BR /&gt;&lt;BR /&gt;Also, what build options are you using? Did you change any of the DEBUG configuration defaults?&lt;BR /&gt;&lt;BR /&gt; - Lorri</description>
      <pubDate>Wed, 23 Sep 2009 15:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865680#M70596</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2009-09-23T15:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem with ASSOCIATE construct</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865681#M70597</link>
      <description>I am using VS2005 Professional Edition with Windows XP. Version of my compiler is 11.1.046 but I had the same issue with the previous version. Under "Configuration Properties/Fortran/Command Line", I have&lt;BR /&gt;&lt;BR /&gt;/nologo /debug:full /Od /gen-interfaces /warn:interfaces /module:"Debug" /object:"Debug" /traceback /check:bounds /check:arg_temp_created /libs:static /threads /dbglibs /c&lt;BR /&gt;&lt;BR /&gt;For "Linker/Command Line" I have&lt;BR /&gt;&lt;BR /&gt;/OUT:"DebugTry.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"D:Work_DocumentsTryDebugTry.exe.intermediate.manifest" /DEBUG /PDB:"D:Work_DocumentsTryDebugTry.pdb" /SUBSYSTEM:CONSOLE /STACK:64000000 /FIXED:NO /IMPLIB:"D:Work_DocumentsTryDebugTry.lib"&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:58:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865681#M70597</guid>
      <dc:creator>jond</dc:creator>
      <dc:date>2009-09-23T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem with ASSOCIATE construct</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865682#M70598</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Lorri,&lt;BR /&gt;&lt;BR /&gt;I am using IA32 version of the complier. By the way, I just realized that I can see the variables under LOCALS tab but not under WATCH 1 tab when I add them as watched variables. I normally don't use the LOCALS tab as I often have tens of local variables.&lt;BR /&gt;&lt;BR /&gt;THanks,&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 16:05:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865682#M70598</guid>
      <dc:creator>jond</dc:creator>
      <dc:date>2009-09-23T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem with ASSOCIATE construct</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865683#M70599</link>
      <description>&lt;BR /&gt;Jon -&lt;BR /&gt;&lt;BR /&gt; Thanks for all the info. We were able to reproduce it internally, and we suspect there is a mismatch in our "handshake" with Visual Studio for the 'watch' variables. It appears there is a different call for the LOCALs window than for the WATCH window (or hovering, which is really just a very-small watch window).&lt;BR /&gt;&lt;BR /&gt;The internal problem report id is DPD200140040 and we'll report back here with an update when we get it fixed.&lt;BR /&gt;&lt;BR /&gt; Thanks for the small reproducer --&lt;BR /&gt;&lt;BR /&gt; - Lorri</description>
      <pubDate>Wed, 23 Sep 2009 19:38:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debugging-problem-with-ASSOCIATE-construct/m-p/865683#M70599</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2009-09-23T19:38:09Z</dc:date>
    </item>
  </channel>
</rss>

