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

F11(Step into) can't open the FORTRAN file correctly in VS 2022(IFX)

Jing1
Novice
503 Views

During debugging, F11(Step into) can't open the FORTRAN file correctly in VS2022, we got the error attached.

Our VS2022 version is 17.12.3, FORTRAN is Intel oneAPI 2025.1 IFX.

According to this table, our combination should be good.

Jing1_1-1747755283278.png

 

F12 to open the FORTRAN file is ok.

Did anyone else get the same error too? How to fix it? Thanks.

 

 

0 Kudos
1 Reply
andrew_4619
Honored Contributor III
473 Views

I would check that all the source files are compiled with debug information. Note in the project an individual file can have difference settings and it icon looks slightly different. Check that and do a clean build.

 

If you make a new project of anything with more than one file does that work? If that works it suggest the project is broken. re make it from scratch.

 

In your original project if you open the no working file and set the break point in the routine in question does that work? If so it suggests to me the install is broken. 

Reply