<?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 Yet another debugger question...elements within derived types in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834054#M53902</link>
    <description>I'm using IVF within C++.NET.&lt;BR /&gt;&lt;BR /&gt;(Microsoft Visual C++ .NET   69459-005-5166386-18464,  IVF Version 8.1.2613.2003).&lt;BR /&gt;&lt;BR /&gt; I've got a array of derived type declared as&lt;BR /&gt;&lt;BR /&gt;   TYPE resp_rec&lt;BR /&gt;&lt;BR /&gt;      INTEGER                                     :: rec_num&lt;BR /&gt;      INTEGER,DIMENSION(MAX_CRITERIA)             :: codes&lt;BR /&gt;&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: hhld&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: hhld_raw&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: pre_weight&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: weight&lt;BR /&gt;&lt;BR /&gt;      CHARACTER(len=SBII_ID_LEN)                  :: id&lt;BR /&gt;&lt;BR /&gt;   END TYPE resp_rec&lt;BR /&gt;&lt;BR /&gt;   TYPE (resp_rec),ALLOCATABLE,DIMENSION(:)       :: responses&lt;BR /&gt;&lt;BR /&gt;within a module. &lt;BR /&gt;&lt;BR /&gt;My problem is that when using the debugger's watch window or local variable window, the codes element (the integer array) is displayed fine, as is the rec_num.  Nothing else is, especially the element "id", which vaguely resembles line noise.&lt;BR /&gt;&lt;BR /&gt;When these are assigned to 'normal' variables or printed, all is fine.&lt;BR /&gt;&lt;BR /&gt;So...what am I doing wrong?</description>
    <pubDate>Fri, 27 May 2005 23:55:32 GMT</pubDate>
    <dc:creator>emc-nyc</dc:creator>
    <dc:date>2005-05-27T23:55:32Z</dc:date>
    <item>
      <title>Yet another debugger question...elements within derived types</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834054#M53902</link>
      <description>I'm using IVF within C++.NET.&lt;BR /&gt;&lt;BR /&gt;(Microsoft Visual C++ .NET   69459-005-5166386-18464,  IVF Version 8.1.2613.2003).&lt;BR /&gt;&lt;BR /&gt; I've got a array of derived type declared as&lt;BR /&gt;&lt;BR /&gt;   TYPE resp_rec&lt;BR /&gt;&lt;BR /&gt;      INTEGER                                     :: rec_num&lt;BR /&gt;      INTEGER,DIMENSION(MAX_CRITERIA)             :: codes&lt;BR /&gt;&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: hhld&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: hhld_raw&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: pre_weight&lt;BR /&gt;      REAL(kind=REAL_DP)                          :: weight&lt;BR /&gt;&lt;BR /&gt;      CHARACTER(len=SBII_ID_LEN)                  :: id&lt;BR /&gt;&lt;BR /&gt;   END TYPE resp_rec&lt;BR /&gt;&lt;BR /&gt;   TYPE (resp_rec),ALLOCATABLE,DIMENSION(:)       :: responses&lt;BR /&gt;&lt;BR /&gt;within a module. &lt;BR /&gt;&lt;BR /&gt;My problem is that when using the debugger's watch window or local variable window, the codes element (the integer array) is displayed fine, as is the rec_num.  Nothing else is, especially the element "id", which vaguely resembles line noise.&lt;BR /&gt;&lt;BR /&gt;When these are assigned to 'normal' variables or printed, all is fine.&lt;BR /&gt;&lt;BR /&gt;So...what am I doing wrong?</description>
      <pubDate>Fri, 27 May 2005 23:55:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834054#M53902</guid>
      <dc:creator>emc-nyc</dc:creator>
      <dc:date>2005-05-27T23:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Yet another debugger question...elements within derived typ</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834055#M53903</link>
      <description>Please provide a complete example and submit it to Intel Premier Support.  Note that the version number you gave is not the compiler version, but that of the IDE integration.  You can get the compiler version by typing "ifort" at a Fortran command prompt window - it will look something like w_fc_pc_8.1.030.</description>
      <pubDate>Sat, 28 May 2005 00:34:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834055#M53903</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-05-28T00:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Yet another debugger question...elements within derived typ</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834056#M53904</link>
      <description>I was using an older version;  I upgraded to w_fc_pc_8.1.030 and I'm now getting contents within derived types for module variables.&lt;BR /&gt;&lt;BR /&gt;The problem seems to have gone away.</description>
      <pubDate>Wed, 01 Jun 2005 00:08:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834056#M53904</guid>
      <dc:creator>emc-nyc</dc:creator>
      <dc:date>2005-06-01T00:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Yet another debugger question...elements within derived typ</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834057#M53905</link>
      <description>... with a lot of help from our debugger engineers!</description>
      <pubDate>Wed, 01 Jun 2005 00:31:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834057#M53905</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-06-01T00:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Yet another debugger question...elements within derived typ</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834058#M53906</link>
      <description>Tell them "thank you".&lt;BR /&gt;&lt;BR /&gt;I've grown to love interactive debuggers, but I can also live without them.  My first Fortran program was written on punched cards for a Univac 1108.</description>
      <pubDate>Thu, 02 Jun 2005 04:57:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Yet-another-debugger-question-elements-within-derived-types/m-p/834058#M53906</guid>
      <dc:creator>emc-nyc</dc:creator>
      <dc:date>2005-06-02T04:57:01Z</dc:date>
    </item>
  </channel>
</rss>

