<?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: oneAPI HPC Toolkit and Muse hover function trouble in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735779#M178213</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I followed your advice and added the extension to VS, and everything worked fine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; I was not aware of VS extensions.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you for your kindness and helpful advice.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I also found the nostalgic ArrayVisualizer in the Extensions app.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;It's for the C compiler, but it would be great if it worked with Fortran.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'll try this extension later.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Vest Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2026 05:04:10 GMT</pubDate>
    <dc:creator>Tatehata</dc:creator>
    <dc:date>2026-02-04T05:04:10Z</dc:date>
    <item>
      <title>oneAPI HPC Toolkit and Muse hover function trouble</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735444#M178179</link>
      <description>&lt;P&gt;I had used ifort and VSD2022.&lt;BR /&gt;But, I installed the Intel® oneAPI HPC Toolkit (Ver. 2025.3.0.378) and VSD2022 (Ver. 17.14.24) for use openMP.&lt;/P&gt;&lt;P&gt;However, the mouse hover function doesn't work!, which previously displayed a numerical value when hovering over a variable name in debug mode, no longer works.&lt;BR /&gt;Also, when I tried to examine an array variable, the index was starting from zero; displayed in a c-like format, .&lt;/P&gt;&lt;P&gt;So, I installed the oneAPI Base Toolkit from the URL below, and the mouse hover function worked, and the array variable index displaye normally.&lt;BR /&gt;(&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;This is very strange.&lt;BR /&gt;Why does not the mouse-hover functions work well, when only the Intel® oneAPI HPC Toolkit? Or, is it correct to install both the neAPI HPC Toolkit and the oneAPI Base Toolkit?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 02:49:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735444#M178179</guid>
      <dc:creator>Tatehata</dc:creator>
      <dc:date>2026-02-02T02:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI HPC Toolkit and Muse hover function trouble</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735537#M178182</link>
      <description>&lt;P&gt;This means that the Intel Fortran debug support for VS is not installed. In VS, select Extensions &amp;gt; Manage Extensions. Search for Fortran.&amp;nbsp; Ignore "Intel Fortran Compiler" and select Intel Fortran Expression Evaluator, click Install. Restart VS.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 16:26:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735537#M178182</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2026-02-02T16:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI HPC Toolkit and Muse hover function trouble</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735637#M178189</link>
      <description>&lt;P&gt;The HPC Toolkit alone doesn’t include all Visual Studio integration/debug components, which is why hover and proper array views break. It’s normal and recommended to install both the oneAPI Base Toolkit and the HPC Toolkit for full IDE and debugging features.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 08:50:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735637#M178189</guid>
      <dc:creator>thismarkjohnson</dc:creator>
      <dc:date>2026-02-03T08:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI HPC Toolkit and Muse hover function trouble</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735753#M178210</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I will carry out the inspections and corrections as you suggested and report the results at a later date.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; Please wait for a few days.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you for your kindness.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 01:46:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735753#M178210</guid>
      <dc:creator>Tatehata</dc:creator>
      <dc:date>2026-02-04T01:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI HPC Toolkit and Muse hover function trouble</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735755#M178211</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I will carry out the inspections and corrections as you suggested, and then, report the results at a later date.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Please wait for a few days.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; Thank you for your kindness.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'm not good at English, so I apologize for using the same wording as my reply below.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;lt;(_ _)&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 01:48:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735755#M178211</guid>
      <dc:creator>Tatehata</dc:creator>
      <dc:date>2026-02-04T01:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI HPC Toolkit and Muse hover function trouble</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735779#M178213</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I followed your advice and added the extension to VS, and everything worked fine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; I was not aware of VS extensions.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you for your kindness and helpful advice.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I also found the nostalgic ArrayVisualizer in the Extensions app.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;It's for the C compiler, but it would be great if it worked with Fortran.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'll try this extension later.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Vest Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 05:04:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735779#M178213</guid>
      <dc:creator>Tatehata</dc:creator>
      <dc:date>2026-02-04T05:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI HPC Toolkit and Muse hover function trouble</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735781#M178214</link>
      <description>&lt;P&gt;There may be cases where using both the HPC Toolkit and the oneAPI Base Toolkit is sufficient, but the two kits are almost identical, excepted only three Fortran-related tools.&lt;/P&gt;&lt;P&gt;Apparently it's an extension that displays variable values ​​on mouse hover.&lt;BR /&gt;Installing it solved the problem.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 05:12:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/oneAPI-HPC-Toolkit-and-Muse-hover-function-trouble/m-p/1735781#M178214</guid>
      <dc:creator>Tatehata</dc:creator>
      <dc:date>2026-02-04T05:12:37Z</dc:date>
    </item>
  </channel>
</rss>

