<?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 Viewing variables in a module while debugging (MSVS 2015) in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Viewing-variables-in-a-module-while-debugging-MSVS-2015/m-p/1118131#M131007</link>
    <description>&lt;P&gt;When debugging a subroutine contained within a module, the variables that are within the scope of that subroutine but not declared within the module subroutine are not visible with the debugger. This makes debugging very inconvenient if not impossible when using modules. Is there a setting that can make them visible or any other solution to this problem?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 17:15:54 GMT</pubDate>
    <dc:creator>avinashs</dc:creator>
    <dc:date>2016-07-05T17:15:54Z</dc:date>
    <item>
      <title>Viewing variables in a module while debugging (MSVS 2015)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Viewing-variables-in-a-module-while-debugging-MSVS-2015/m-p/1118131#M131007</link>
      <description>&lt;P&gt;When debugging a subroutine contained within a module, the variables that are within the scope of that subroutine but not declared within the module subroutine are not visible with the debugger. This makes debugging very inconvenient if not impossible when using modules. Is there a setting that can make them visible or any other solution to this problem?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:15:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Viewing-variables-in-a-module-while-debugging-MSVS-2015/m-p/1118131#M131007</guid>
      <dc:creator>avinashs</dc:creator>
      <dc:date>2016-07-05T17:15:54Z</dc:date>
    </item>
    <item>
      <title>The normal behaviour is that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Viewing-variables-in-a-module-while-debugging-MSVS-2015/m-p/1118132#M131008</link>
      <description>&lt;P&gt;The normal behaviour is that only variables from the module that are used in the subroutine are visible. To add other variables to the watch list you need the syntax modulename::varname&lt;/P&gt;

&lt;P&gt;If all module variables we all shown by default there would be too much information overload in many cases.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 23:35:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Viewing-variables-in-a-module-while-debugging-MSVS-2015/m-p/1118132#M131008</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2016-07-05T23:35:23Z</dc:date>
    </item>
    <item>
      <title>I am assuming that you are</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Viewing-variables-in-a-module-while-debugging-MSVS-2015/m-p/1118133#M131009</link>
      <description>&lt;P&gt;I am assuming that you are working in an interactive debugging session:&lt;/P&gt;

&lt;P&gt;Have you tried hovering the cursor over an occurrence of the variable in the procedure when stepping through the execution of that procedure? The variable name and its value(s) should immediately appear in a 'hover box' displayed at that location (much like a 'tooltip').&lt;/P&gt;

&lt;P&gt;With modules, I have found that this technique always works with use association, but I have not tried it for host association.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 05:25:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Viewing-variables-in-a-module-while-debugging-MSVS-2015/m-p/1118133#M131009</guid>
      <dc:creator>Hayen__Jeffrey</dc:creator>
      <dc:date>2016-07-18T05:25:17Z</dc:date>
    </item>
  </channel>
</rss>

