Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29525 討論

oneAPI HPC Toolkit and Muse hover function trouble

Tatehata
初學者
654 檢視

I had used ifort and VSD2022.
But, I installed the Intel® oneAPI HPC Toolkit (Ver. 2025.3.0.378) and VSD2022 (Ver. 17.14.24) for use openMP.

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.
Also, when I tried to examine an array variable, the index was starting from zero; displayed in a c-like format, .

So, I installed the oneAPI Base Toolkit from the URL below, and the mouse hover function worked, and the array variable index displaye normally.
(https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html)

This is very strange.
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?

Thank you.

0 積分
1 解決方案
Steve_Lionel
榮譽貢獻者 III
614 檢視

This means that the Intel Fortran debug support for VS is not installed. In VS, select Extensions > Manage Extensions. Search for Fortran.  Ignore "Intel Fortran Compiler" and select Intel Fortran Expression Evaluator, click Install. Restart VS.

在原始文章中檢視解決方案

6 回應
Steve_Lionel
榮譽貢獻者 III
615 檢視

This means that the Intel Fortran debug support for VS is not installed. In VS, select Extensions > Manage Extensions. Search for Fortran.  Ignore "Intel Fortran Compiler" and select Intel Fortran Expression Evaluator, click Install. Restart VS.

Tatehata
初學者
566 檢視

Thank you for your reply.

I will carry out the inspections and corrections as you suggested, and then, report the results at a later date.

Please wait for a few days. Thank you for your kindness.

I'm not good at English, so I apologize for using the same wording as my reply below.

<(_ _)>

Tatehata
初學者
552 檢視

I followed your advice and added the extension to VS, and everything worked fine. I was not aware of VS extensions. Thank you for your kindness and helpful advice.

I also found the nostalgic ArrayVisualizer in the Extensions app. It's for the C compiler, but it would be great if it worked with Fortran. I'll try this extension later.

Vest Regards

thismarkjohnson
初學者
599 檢視

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.

Tatehata
初學者
566 檢視

Thank you for your reply.

I will carry out the inspections and corrections as you suggested and report the results at a later date. Please wait for a few days.

Thank you for your kindness.

Tatehata
初學者
550 檢視

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.

Apparently it's an extension that displays variable values ​​on mouse hover.
Installing it solved the problem.

Regards

回覆