<?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 in watching value in debug mode of fortran code in Visual studio 2019 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1253259#M154283</link>
    <description>&lt;P&gt;Please show a screenshot of the Locals window.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2021 21:28:54 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2021-02-04T21:28:54Z</dc:date>
    <item>
      <title>Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238064#M153337</link>
      <description>&lt;DIV&gt;I am running my fortran code on Intel visual studio 2019 using Intel fortran compiler. I want to watch the value of any variable inside the code, lets say, value of the variable&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;gap&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;within the file named&amp;nbsp;&lt;SPAN&gt;&lt;I&gt;PD_ph_f_cera_fort.f90,&amp;nbsp;&lt;/I&gt;&lt;/SPAN&gt;&lt;SPAN&gt;after applying a b&lt;/SPAN&gt;&lt;SPAN&gt;​&lt;/SPAN&gt;&lt;SPAN&gt;reakpoint at&amp;nbsp;&lt;I&gt;gap.&amp;nbsp;&lt;/I&gt;&lt;/SPAN&gt;&lt;SPAN&gt;But I&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;​&lt;/SPAN&gt;&lt;SPAN&gt;am failing to watch the value and it is showing&lt;/SPAN&gt;&lt;SPAN&gt;&lt;I&gt;&amp;nbsp;&lt;/I&gt;the&lt;I&gt;&amp;nbsp;&lt;/I&gt;&lt;/SPAN&gt;&lt;SPAN&gt;error&lt;/SPAN&gt;&lt;SPAN&gt;&lt;I&gt;:&amp;nbsp;&lt;/I&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;I&gt;identifier "gap"&amp;nbsp;&lt;/I&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;I&gt;is undefined&lt;/I&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;inside the watch window below. Can you please guide me finding why am I facing the issue and how can I watch the value after applying breakpoint in debugging mode?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Calibri, Helvetica, sans-serif"&gt;I am attaching three things with this mail for your convenience:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="Calibri, Helvetica, sans-serif"&gt;file structure.pdf&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Calibri, Helvetica, sans-serif"&gt;snapshot of the microsoft visual studio screen before pressing start button.jpeg&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Calibri, Helvetica, sans-serif"&gt;snapshot of the microsoft visual studio screen after pressing start button with debug mode.jpeg&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Waiting for your valuable reply as early as possible.&lt;/DIV&gt;
&lt;DIV&gt;Please ask me if you have any queries.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks in advance&lt;/DIV&gt;
&lt;DIV&gt;Anirban&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Dec 2020 23:00:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238064#M153337</guid>
      <dc:creator>Ani_mondal_2020</dc:creator>
      <dc:date>2020-12-16T23:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238080#M153340</link>
      <description>&lt;P&gt;That the variable name shows as lowercase tells me that the Fortran debug integration isn't being used. Try an uninstall and reinstall of the Intel compiler.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 00:32:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238080#M153340</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-12-17T00:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238469#M153375</link>
      <description>&lt;P&gt;After re-installing Intel Fortran compiler(Intel Fortran Compiler(Beta) for Windows), the same problem exists. I have installed the following files apart from Microsoft visual studio 2019 to run and debug my Fortran code from the site (&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#fortran" target="_self"&gt;https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#fortran&lt;/A&gt;&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Intel Fortran Compiler(Beta) for Windows&lt;/LI&gt;
&lt;LI&gt;Intel Open Volume Kernel Library for Windows&lt;/LI&gt;
&lt;LI&gt;Intel openAPI Math Kernel Library for Windows&lt;/LI&gt;
&lt;LI&gt;Intel oneAPI Data Analytics Library for Windows&lt;/LI&gt;
&lt;LI&gt;Intel Inspector for Windows&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I have downloaded all files from installer 'Local'.&lt;/P&gt;
&lt;P&gt;Can you please tell me that all the files mentioned above are required to install or not to watch the value in debugging mode? And also guide me if any other files are needed to be installed from any other source to solve my purpose.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 21:35:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238469#M153375</guid>
      <dc:creator>Ani_mondal_2020</dc:creator>
      <dc:date>2020-12-17T21:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238506#M153380</link>
      <description>&lt;P&gt;Why are you installing the beta? The oneAPI HPC toolkit (with Fortran) is released.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 23:59:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238506#M153380</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-12-17T23:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238820#M153400</link>
      <description>&lt;P&gt;After installing&amp;nbsp;&lt;SPAN&gt;oneAPI HPC Toolkit with openAPI Base Toolkit, my problem has resolved. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 21:00:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1238820#M153400</guid>
      <dc:creator>Ani_mondal_2020</dc:creator>
      <dc:date>2020-12-18T21:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1253246#M154282</link>
      <description>&lt;P&gt;I have the same problem. I can not get the debug watch information.&lt;/P&gt;
&lt;P&gt;I have installed the toolkit&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yudtu_0-1612470390792.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15110iCF4E225BDFB8AE5B/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="yudtu_0-1612470390792.png" alt="yudtu_0-1612470390792.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My visual studio version is 2019 version 16.8.4.&lt;/P&gt;
&lt;P&gt;See the below. I create a simple program, but I cannot watch the information.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yudtu_1-1612470629754.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15112iBB61AAA3375C69E1/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="yudtu_1-1612470629754.png" alt="yudtu_1-1612470629754.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 20:30:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1253246#M154282</guid>
      <dc:creator>yudtu</dc:creator>
      <dc:date>2021-02-04T20:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1253259#M154283</link>
      <description>&lt;P&gt;Please show a screenshot of the Locals window.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 21:28:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1253259#M154283</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-02-04T21:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1253561#M154299</link>
      <description>&lt;P&gt;the problem is solved for now after I unstall and reinstall everything, VS, base and Hpc.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 18:25:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1253561#M154299</guid>
      <dc:creator>yudtu</dc:creator>
      <dc:date>2021-02-05T18:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1272145#M155418</link>
      <description>&lt;P&gt;I have the same problem after I installed oneAPI. Does it really the only solution to install again everything?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 20:00:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1272145#M155418</guid>
      <dc:creator>lpmorenoc</dc:creator>
      <dc:date>2021-04-08T20:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1381178#M161155</link>
      <description>&lt;P&gt;It was helpful to set the compiler optimization option as Disable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; : Solution explorer -&amp;gt; Fortran project -&amp;gt; Properties -&amp;gt; Fortran -&amp;gt; Optimization&lt;/P&gt;
&lt;P&gt;With options like /O3, breaking points worked, but values of variables were not available for watch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 11:42:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1381178#M161155</guid>
      <dc:creator>HYKim</dc:creator>
      <dc:date>2022-05-02T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1479643#M166199</link>
      <description>&lt;P&gt;I have the same issue with recently installed (upgraded from 2019) MVSC 2022, Intel Fortran compiler 2023. I also installed the Intel &lt;SPAN class="sub_section_element_selectors"&gt;oneAPI HPC Toolkit with openAPI Base Toolkit. When I scroll over variables during debugging I used to see the values in MVSC 2019, now nothing is shown. Screenshot of Locals below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rick_S_0-1682355987359.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/40594i1B836167D6CC049D/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="Rick_S_0-1682355987359.png" alt="Rick_S_0-1682355987359.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 17:06:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1479643#M166199</guid>
      <dc:creator>Rick_S</dc:creator>
      <dc:date>2023-04-24T17:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1479685#M166200</link>
      <description>&lt;P&gt;Is your call stack in the focus of the procedure with those variables?&lt;/P&gt;
&lt;P&gt;IOW, if your&amp;nbsp;procedure with those variables, called a library procedure, and that errored .AND. EPS1 and EPS2 were global variables, then you might see what you have shown.&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 19:16:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1479685#M166200</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2023-04-24T19:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in watching value in debug mode of fortran code in Visual studio 2019</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1496454#M166872</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same trouble here. Have you solved the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Wen&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 13:49:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-in-watching-value-in-debug-mode-of-fortran-code-in/m-p/1496454#M166872</guid>
      <dc:creator>Wen-TUD</dc:creator>
      <dc:date>2023-06-16T13:49:50Z</dc:date>
    </item>
  </channel>
</rss>

