<?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: Problem debugging using IFX and Visual Studio in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685559#M175604</link>
    <description>&lt;P&gt;The IFX debugger is a bit strange, but it does show all you need to know, why the circular arrows are there is strange and they do not return the correct value, but the gray value is the one brought in and it is correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 20:59:58 GMT</pubDate>
    <dc:creator>JohnNichols</dc:creator>
    <dc:date>2025-04-25T20:59:58Z</dc:date>
    <item>
      <title>Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1610612#M172778</link>
      <description>&lt;P&gt;When debugging code compiled with IFX it is not always possible to watch variables of derived types in QuickWatch (and it is not possible to set conditional breakpoints).&lt;/P&gt;&lt;P&gt;It seems like the type information of variables of derived types is sometimes wrong.&lt;/P&gt;&lt;P&gt;The attached example shows the problem: It is only possible to see the value of REC in either SUB1 or SUB2.&amp;nbsp; I have tried different combinations of Visual studio and IFX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using IFORT it works fine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 07:14:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1610612#M172778</guid>
      <dc:creator>FrederikS</dc:creator>
      <dc:date>2024-06-28T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1610814#M172801</link>
      <description>&lt;P&gt;Thank you for your report. I was able to test it internally, and indeed, there is an issue with values being displayed when debugging with IFX.&lt;BR /&gt;I have escalated this issue to our debugger team for a fix.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 21:25:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1610814#M172801</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2024-06-28T21:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1657008#M174849</link>
      <description>&lt;P&gt;The fix for this issue will be available in the 2025.1 ifx release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 22:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1657008#M174849</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2025-01-14T22:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1682789#M175500</link>
      <description>&lt;P&gt;I downloaded 2025.1 of the Intel® oneAPI HPC Toolkit and compiled my code again. There are still a lot of variables which cannot be watched. This includes simple variables like integer.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 14:40:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1682789#M175500</guid>
      <dc:creator>IgnazSchiele</dc:creator>
      <dc:date>2025-04-14T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1682856#M175507</link>
      <description>&lt;P&gt;Previously I have had a large number of debugger watch issues. Having been using&amp;nbsp;&amp;nbsp;2025.1 since it came out and as yet have not seen any such problems. Maybe posting a small simple test project that shows the problem would be useful. There is maybe some option / style/ constructs that generate the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:34:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1682856#M175507</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-14T19:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1684834#M175561</link>
      <description>&lt;P&gt;Here is a small example.&lt;/P&gt;&lt;P&gt;What I did:&lt;BR /&gt;In Visual Studio I created a new fortran project of type "Main Program Code".&lt;BR /&gt;In the one and only source file that is created for the project I deleted all text and pasted the following lines:&lt;BR /&gt;===snippet============================================&lt;BR /&gt;PROGRAM CONSOLE&lt;BR /&gt;CHARACTER CTEXT*(5)&lt;BR /&gt;&lt;BR /&gt;JNUM = 1&lt;BR /&gt;CTEXT = 'Hallo'&lt;BR /&gt;&lt;BR /&gt;CALL DUMMY (JNUM,CTEXT)&lt;/P&gt;&lt;P&gt;END PROGRAM CONSOLE&lt;/P&gt;&lt;P&gt;SUBROUTINE DUMMY (JNUM,CTEXT)&lt;BR /&gt;CHARACTER CTEXT*(*),CTEXT1*(20)&lt;/P&gt;&lt;P&gt;CTEXT1 = CTEXT&lt;BR /&gt;JNUM1 = JNUM&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;ENTRY DUMMY_2 (JNUM2)&lt;/P&gt;&lt;P&gt;JNUM3=JNUM2&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;END&lt;BR /&gt;===snippet============================================&lt;/P&gt;&lt;P&gt;I built the program and set a breakpoint at the following line:&lt;BR /&gt;CTEXT1 = CTEXT&lt;BR /&gt;When I run the program then at this breakpoint everything is fine, both parameters to subroutine DUMMY (CTEXT and JNUM) can be watched in the debugger.&lt;BR /&gt;Stepping to the next line changes this: now neither CTEXT nor JNUM can be watched, but are "Undefined address".&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1684834#M175561</guid>
      <dc:creator>IgnazSchiele</dc:creator>
      <dc:date>2025-04-23T14:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1684848#M175563</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1745425178791.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65072iC55EB05BB5B98052/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="andrew_4619_0-1745425178791.png" alt="andrew_4619_0-1745425178791.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many obsolete features but it seems to work.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 16:20:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1684848#M175563</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-23T16:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685163#M175580</link>
      <description>&lt;P&gt;Sorry, the variable names are confusing.&lt;/P&gt;&lt;P&gt;I cannot watch CTEXT and JNUM.&lt;/P&gt;&lt;P&gt;You watched CTEXT1 and JNUM1. What about CTEXT and JNUM? I can only watch them before the line&lt;/P&gt;&lt;P&gt;CTEXT1 = CTEXT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 16:12:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685163#M175580</guid>
      <dc:creator>IgnazSchiele</dc:creator>
      <dc:date>2025-04-24T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685194#M175582</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1745524710044.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65123i92BD246CC56A4C64/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="andrew_4619_0-1745524710044.png" alt="andrew_4619_0-1745524710044.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 19:59:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685194#M175582</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-24T19:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685238#M175583</link>
      <description>&lt;LI-CODE lang="fortran"&gt;PROGRAM CONSOLE
    implicit none
    integer JNUM
CHARACTER CTEXT*(5)

JNUM = 1
CTEXT = 'Hallo'

CALL DUMMY (JNUM,CTEXT)
call dummy_2(JNUM + 100)

END PROGRAM CONSOLE



SUBROUTINE DUMMY (JNUM,CTEXT)
implicit none
CHARACTER CTEXT*(*),CTEXT1*(20)
integer JNUM,JNUM1,JNUM2,JNUM3

CTEXT1 = CTEXT
call DUMMY_2(JNUM1)

JNUM1 = JNUM
RETURN
end


subroutine ABC
implicit none
integer jnum2, jnum3

ENTRY DUMMY_2 (JNUM2)

JNUM3=JNUM2

RETURN

END&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Visual Studio Community 2022 (64-bit) - Preview&lt;BR /&gt;Version 17.14.0 Preview 4.0&lt;/P&gt;&lt;P&gt;With latest IFX shows all of the variables.&amp;nbsp; I realize Steve will tell you it is not supported, it merely worketh.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 01:06:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685238#M175583</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2025-04-25T01:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685241#M175585</link>
      <description>&lt;P&gt;I added some modern stuff, and amended the entry statements&lt;/P&gt;&lt;P&gt;CAn you put the Fortran into the proper text block so it shows correctly.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 01:09:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685241#M175585</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2025-04-25T01:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685244#M175586</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-24 195327.png" style="width: 818px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65126i0FAA0B4CD867A841/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2025-04-24 195327.png" alt="Screenshot 2025-04-24 195327.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You have to reach JNUM2 in the code to see the variable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 01:11:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685244#M175586</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2025-04-25T01:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685245#M175587</link>
      <description>&lt;P&gt;Andrew:&lt;/P&gt;&lt;P&gt;Is it not time that Fortran had a proper string variable of long length?&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 01:13:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685245#M175587</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2025-04-25T01:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685335#M175588</link>
      <description>Allocatable strings remove all the nonsense of declaring a string and hoping it is big enough.</description>
      <pubDate>Fri, 25 Apr 2025 04:49:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685335#M175588</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-25T04:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685374#M175592</link>
      <description>&lt;P&gt;Thank you very much for your comments.&lt;BR /&gt;But please let me clear up a misunderstanding: When debugging code that is used in my company I first saw that variables are sometimes not displayed.&lt;BR /&gt;I then shortened this code as long as the problem still occurred. This resulted in the code snippet that I used in my message from 23 April 2025.&lt;BR /&gt;Even if the code is unattractive and should not have been used like this for a long time: there are thousands of lines of such old code in our company (and I bet in many other companies as well).&lt;BR /&gt;I would therefore very much appreciate it if the variables of this code were also displayed in the debugger.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:15:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685374#M175592</guid>
      <dc:creator>IgnazSchiele</dc:creator>
      <dc:date>2025-04-25T07:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685378#M175593</link>
      <description>Looking at my second screen grab what is the problem?</description>
      <pubDate>Fri, 25 Apr 2025 07:32:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685378#M175593</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-25T07:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685382#M175594</link>
      <description>&lt;P&gt;Another misunderstanding: I can watch the variables where you are at in the debugger ("before line 'CTEXT1 = CTEXT'"). Step to the next line and you will not be able to watch the variables any more.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:38:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685382#M175594</guid>
      <dc:creator>IgnazSchiele</dc:creator>
      <dc:date>2025-04-25T07:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685413#M175595</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andrew_4619_0-1745572833635.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65145i5DF22A915D9B3E98/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="andrew_4619_0-1745572833635.png" alt="andrew_4619_0-1745572833635.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If the carot is at line 14 , 15 or 17 I can still see all the vars a difference is JNUM goes grey for some reason. Do you see something different?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:22:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685413#M175595</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-25T09:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685446#M175596</link>
      <description>&lt;P&gt;Thank you. Here are three screenprints. The first one (where the debugger is before line 'CTEXT1 = CTEXT') shows that the variables can be watched:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="can_be_watched.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65153iFA7F3E839C6EC343/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="can_be_watched.png" alt="can_be_watched.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the second screenprint the debugger is at the next line and at first glance everything seems ok:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="looks_good_but_isnt.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65154i7F34633838ACFC6D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="looks_good_but_isnt.png" alt="looks_good_but_isnt.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems that I can watch the variables, but there are these circles with arrows which mean "click to refresh". After clicking on both circles I took the third screenprint that shows that the variables are now unknown to the debugger:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="after_refreshing.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/65155i76E67C37F021DD33/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="after_refreshing.png" alt="after_refreshing.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like the developers at Intel to look into this. Therefore I will describe the problem again and also use other variable names for the parameters to avoid confusion. Moreover I will add a comment in the code to show at which line the debugger stops to show the variables. Do you have any other ideas how I can make the problem obvious?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 11:26:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685446#M175596</guid>
      <dc:creator>IgnazSchiele</dc:creator>
      <dc:date>2025-04-25T11:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging using IFX and Visual Studio</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685462#M175597</link>
      <description>&lt;P&gt;Well you see something entirely different to me. It is working OK on my setup IFX 2025.1.0 VS 2022&amp;nbsp;17.0.5&lt;/P&gt;&lt;P&gt;It is not clear what result John got because he changed the code but that seems to be working IMO.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 13:02:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-debugging-using-IFX-and-Visual-Studio/m-p/1685462#M175597</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-04-25T13:02:14Z</dc:date>
    </item>
  </channel>
</rss>

