Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29533 Discussões

oneAPI HPC Toolkit and Muse hover function trouble

Tatehata
Principiante
655 Visualizações

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 Kudos
1 Solução
Steve_Lionel
Colaborador honorário III
615 Visualizações

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.

Ver solução na publicação original

6 Respostas
Steve_Lionel
Colaborador honorário III
616 Visualizações

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
Principiante
567 Visualizações

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
Principiante
553 Visualizações

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
Principiante
600 Visualizações

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
Principiante
567 Visualizações

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
Principiante
551 Visualizações

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

Responder