<?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: VS watch somtimes cannot show member variable. in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734927#M178147</link>
    <description>&lt;P&gt;A direct upgrade from an older version of the HPC Toolkit will not remove the FEE. However, if you uninstall the older version of the HPC Toolkit first and then install the new version, the FEE will not be installed automatically. In my case, I completely uninstalled VS2022 and the HPC Toolkit first, then reinstalled VS2026 along with the latest version of the HPC Toolkit. The FEE was not installed automatically in this scenario. Should I roll back to VS2022?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 07:16:16 GMT</pubDate>
    <dc:creator>WangWJ</dc:creator>
    <dc:date>2026-01-27T07:16:16Z</dc:date>
    <item>
      <title>VS watch somtimes cannot show member variable.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734522#M178110</link>
      <description>&lt;P&gt;I am using VS2026+oneapi2025.3.1. Here is the code&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;    module BBB
        implicit none
        type B
            integer                 :: ccc=1
            real(8)                 :: ddd=2
        end type B 
    
    end module BBB
    
    module A
        use BBB
        implicit none
        type AA
            character(len=100)              :: title=""
            type(B)                         :: bb
        contains
            procedure,pass                  :: setB
        end type AA
        
    interface
            module subroutine setB(self)
                class(AA),intent(inout)      :: self
            end subroutine setB
    end interface
    
    contains
    
    module subroutine setB(self)
        class(AA),intent(inout)      :: self
        
        self%bb%ccc=2
        self%bb%ddd=4.0
        
    end subroutine setB
    
    end module A 
    
    
    program Console1
    use A
    implicit none

    type(AA)     :: ab
    
    
    call ab%setB()
    
    print *, 'Hello World'

    end program Console1
&lt;/LI-CODE&gt;&lt;P&gt;I can not see the&amp;nbsp;member variable of "self%bb" that is “ccc" and "ddd", like following&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WangWJ_0-1769151728881.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/70817i74144AEF691E782B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="WangWJ_0-1769151728881.png" alt="WangWJ_0-1769151728881.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WangWJ_1-1769152011183.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/70818iE02219F37A97B5E6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="WangWJ_1-1769152011183.png" alt="WangWJ_1-1769152011183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 07:09:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734522#M178110</guid>
      <dc:creator>WangWJ</dc:creator>
      <dc:date>2026-01-23T07:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: VS watch somtimes cannot show member variable.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734681#M178133</link>
      <description>&lt;P&gt;I tried your program in the VS 2022 with the latest IFX, I could single step through all of the code and watch as the values changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 1 and 2 changed to 2 and 4.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2026 17:52:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734681#M178133</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-01-25T17:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: VS watch somtimes cannot show member variable.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734877#M178144</link>
      <description>&lt;P&gt;You may try it again without VS extension&amp;nbsp;&lt;SPAN&gt;Intel® Fortran Expression Evaluator. The latest OneAPI HPC Toolkit does not include FEE, so I think it should work without FEE.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 02:02:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734877#M178144</guid>
      <dc:creator>WangWJ</dc:creator>
      <dc:date>2026-01-27T02:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: VS watch somtimes cannot show member variable.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734893#M178145</link>
      <description>&lt;P&gt;I only install VS the latest and oneapi the latest and it always has FEE and you can download FEE for free and install same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As shown&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnNichols_0-1769487169698.png" style="width: 622px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/70854iC0006AD2543BF3D2/image-dimensions/622x502/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="622" height="502" role="button" title="JohnNichols_0-1769487169698.png" alt="JohnNichols_0-1769487169698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Reinstall vs 2022 and select everything in the boxes, then install oneapi, make sure you delete everything first and then it might work.&amp;nbsp; Of course you can look up the minimum VS boxes, there are lots of notes about that around, but mine just copies it from the last install.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check your extensions.&amp;nbsp; &amp;nbsp;If you are using anything else I cannot help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 04:15:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734893#M178145</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-01-27T04:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: VS watch somtimes cannot show member variable.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734927#M178147</link>
      <description>&lt;P&gt;A direct upgrade from an older version of the HPC Toolkit will not remove the FEE. However, if you uninstall the older version of the HPC Toolkit first and then install the new version, the FEE will not be installed automatically. In my case, I completely uninstalled VS2022 and the HPC Toolkit first, then reinstalled VS2026 along with the latest version of the HPC Toolkit. The FEE was not installed automatically in this scenario. Should I roll back to VS2022?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 07:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734927#M178147</guid>
      <dc:creator>WangWJ</dc:creator>
      <dc:date>2026-01-27T07:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: VS watch somtimes cannot show member variable.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734975#M178152</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Use the extensions manager in VS 2022 to find and load the FEE.&amp;nbsp; Look for manage extensions. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I have never loaded FEE, it is always installed when I load OneAPI as I do that on a lot of machines.&amp;nbsp; There are five on my desk with it on.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 16:39:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/VS-watch-somtimes-cannot-show-member-variable/m-p/1734975#M178152</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-01-27T16:39:26Z</dc:date>
    </item>
  </channel>
</rss>

