<?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: Visual Studio 2026, OneAPI 2025.3.1 and &amp;quot;Step Into&amp;quot; in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2026-OneAPI-2025-3-1-and-quot-Step-Into-quot/m-p/1746149#M178765</link>
    <description>&lt;P&gt;Thanks for your suggestion Steve. I made the suggested registry key deletion followed by Modify &amp;gt; Repair, but it did not affect the F11 problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Two Q:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(1) I'm wondering if there would be any benefit to updating either the Fortran compiler from 2025.3.2 to 2025.3.3 or updating the entire toolkit from 2025.3.1 to 2026.0.0?&lt;/P&gt;&lt;P&gt;(2) Google Gemini had some suggestions about trying to add the .f suffix via the Solution Explorer "Open With..." for Fortran files. It also tacked along a similar vein to try to add a .f file via Debug &amp;gt; Options &amp;gt; Text Editor &amp;gt; File extensions, claiming that there should be a named editor for Intel Fortran. I found no such option. Your thoughts would be appreciated.&lt;/P&gt;&lt;P&gt;I'm getting used to the F11-F11 double-click going into and coming out of a "step-into" subroutine, so while it is not seamless, I can live with it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2026 03:41:01 GMT</pubDate>
    <dc:creator>DonRobinsonESSA</dc:creator>
    <dc:date>2026-04-29T03:41:01Z</dc:date>
    <item>
      <title>Visual Studio 2026, OneAPI 2025.3.1 and "Step Into"</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2026-OneAPI-2025-3-1-and-quot-Step-Into-quot/m-p/1745986#M178755</link>
      <description>&lt;P&gt;I am using Visual Studio 2026 and Intel OneAPI HPC 2025.3.1 with OneAPI Fortran 2025.3.3 to compile and debug the Fortran parts of my VS26 solution. The solution (SLNX) is produced by Cmake 4.3.1. It builds and runs DLLs for code in C, C++ and Fortran, with Fortran being the largest component at over 500 subroutines. I'm happy with the build but have been having a multi-day struggle with the Visual Studio F11 key, which enables “step-into” debugging. An example of the failure message is:&lt;/P&gt;&lt;P&gt;===&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;An error occurred while trying to open an editor.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Opening file 'C:\open-fvs-essadev\ESSAdev\metric\fire\vbase\fmpofl.f' in the source file editor failed. Operation not supported. Unknown error: 0x80070057. If this problem continues, try restarting Visual Studio, verify the editor for this source file language is installed and check if the source file is corrupt, for example if it has non-printable characters.&lt;/P&gt;&lt;P&gt;===&lt;/P&gt;&lt;P&gt;All the solution’s projects (i.e. the DLLs) are compiled with debug information and no optimization. The F11 behaves correctly for portions of my code in C and C++, but fails for the Fortran.&amp;nbsp; In addition to migrating from VS22 to VS26 in search of a fix, I have tried to repair/modify both the VS26 and OneAPI installations as well as fully removing and a cleanly reinstalling (as far as I can tell) all the components. I have also followed many suggestions from Google Gemini; none of which has worked. In the Solution Explorer the file icons for the Fortran files (.f suffix) seem to be close to the icons for text-files, with a red down-arrow; while those for C and C++ look correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if this is a known issue and what my options may be. I can work around not having F11 by placing a breakpoint in the called subroutine, but it is very handy to have it work directly.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 00:08:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2026-OneAPI-2025-3-1-and-quot-Step-Into-quot/m-p/1745986#M178755</guid>
      <dc:creator>DonRobinsonESSA</dc:creator>
      <dc:date>2026-04-28T00:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2026, OneAPI 2025.3.1 and "Step Into"</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2026-OneAPI-2025-3-1-and-quot-Step-Into-quot/m-p/1745987#M178756</link>
      <description>&lt;P&gt;Thanks for providing the detail in your third paragraph - this hints at the problem (and solution).&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Close Visual Studio. Open the registry editor (regedit.exe).&lt;/P&gt;&lt;P&gt;2. Select Computer\HKEY_CLASSES_ROOT\.f90 and press Delete. Close regedit.&lt;/P&gt;&lt;P&gt;3. Run "Repair" on the Intel product that installed Fortran.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know how this goes.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 00:18:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2026-OneAPI-2025-3-1-and-quot-Step-Into-quot/m-p/1745987#M178756</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2026-04-28T00:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2026, OneAPI 2025.3.1 and "Step Into"</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2026-OneAPI-2025-3-1-and-quot-Step-Into-quot/m-p/1746149#M178765</link>
      <description>&lt;P&gt;Thanks for your suggestion Steve. I made the suggested registry key deletion followed by Modify &amp;gt; Repair, but it did not affect the F11 problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Two Q:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(1) I'm wondering if there would be any benefit to updating either the Fortran compiler from 2025.3.2 to 2025.3.3 or updating the entire toolkit from 2025.3.1 to 2026.0.0?&lt;/P&gt;&lt;P&gt;(2) Google Gemini had some suggestions about trying to add the .f suffix via the Solution Explorer "Open With..." for Fortran files. It also tacked along a similar vein to try to add a .f file via Debug &amp;gt; Options &amp;gt; Text Editor &amp;gt; File extensions, claiming that there should be a named editor for Intel Fortran. I found no such option. Your thoughts would be appreciated.&lt;/P&gt;&lt;P&gt;I'm getting used to the F11-F11 double-click going into and coming out of a "step-into" subroutine, so while it is not seamless, I can live with it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 03:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2026-OneAPI-2025-3-1-and-quot-Step-Into-quot/m-p/1746149#M178765</guid>
      <dc:creator>DonRobinsonESSA</dc:creator>
      <dc:date>2026-04-29T03:41:01Z</dc:date>
    </item>
  </channel>
</rss>

