Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
27787 Discussions

VS2022 mouse hover doesn't the variable value

Shuang_Geo
Beginner
538 Views

Hello, everyone! I just installed the VS 2022 Community and the oneAPI base toolkit,  oneAPI HPC Toolkit. But when I use this to debug my fortran program and set a breakpoint, this program stops at the breakpoint, but I can't see the value of these variables. Anyone has ideas about that?

4 Replies
Alessandro_D_
New Contributor I
423 Views
I observed exactly the same problem as you describe. To see the value of a variable you can type the name in the immediate window and press return. However, it would be useful to have the mouse hovering feature available.
Devorah_H_Intel
Moderator
396 Views

What is the version of VS installed? 

I tested with supported Version 17.1 and hovering works.

 

Alessandro_D_
New Contributor I
387 Views

I have VS 2022 Community and the oneAPI base toolkit,  oneAPI HPC Toolkit, installed in March 2022. Everything works OK but not the mouse feature

NeilMc
Beginner
97 Views

We ran into this problem - we managed to fix it by updating to the latest version of VS2022 - which was 17.5.5

Reply