<?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: Watching module variables while debugging in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Watching-module-variables-while-debugging/m-p/784718#M29503</link>
    <description>Dear Jugoslav,&lt;BR /&gt;&lt;BR /&gt;thank you very much for clarifying this to me. I'm happy to get this good support here !&lt;BR /&gt;&lt;BR /&gt;Christian</description>
    <pubDate>Mon, 06 Oct 2003 14:56:54 GMT</pubDate>
    <dc:creator>mftech</dc:creator>
    <dc:date>2003-10-06T14:56:54Z</dc:date>
    <item>
      <title>Watching module variables while debugging</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Watching-module-variables-while-debugging/m-p/784716#M29501</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;during Debugging my Fortran App - I'm developing under&lt;BR /&gt;MS Visual Studio.Net 2003 &amp;amp; Intel Fortran 7.1 - i cannot&lt;BR /&gt;watch any variables, defined within a module. If i&lt;BR /&gt;debug a procedure, located within such a module, the local variables can be watched, but the variables defined&lt;BR /&gt;within the module not.&lt;BR /&gt;The error message is: &lt;BR /&gt;-&amp;gt; Symbol not found (Intel Enhanced Debugger)&lt;BR /&gt;-&amp;gt; Variable xxx not defined (Visual Studio Debugging mode)&lt;BR /&gt;&lt;BR /&gt;I have already tried to located the variables by using the following syntax:&lt;BR /&gt;-&amp;gt; &lt;MODULE_NAME&gt;::&lt;VARIABLE_NAME&gt;&lt;BR /&gt;but it does not work either.&lt;BR /&gt;&lt;BR /&gt;Here is a code snipped:&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;module iofiles&lt;BR /&gt;&lt;BR /&gt;   use iomod&lt;BR /&gt;   use filemod&lt;BR /&gt;&lt;BR /&gt;   implicit none&lt;BR /&gt;...&lt;BR /&gt;   character (len=*), parameter :: ioconf="io.conf"&lt;BR /&gt;   !! ---&amp;gt; ioconf CANNOT BE WATCHED&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt; subroutine read_iofiles(lun)&lt;BR /&gt;&lt;BR /&gt;     implicit none&lt;BR /&gt;&lt;BR /&gt;     integer, intent(in)      :: lun&lt;BR /&gt;&lt;BR /&gt;     character (len=20)       :: current_file&lt;BR /&gt;     !! ---&amp;gt; current_file CAN BE WATCHED&lt;BR /&gt;...&lt;BR /&gt;     ! test if ioconf exist's&lt;BR /&gt;     inquire (file=ioconf, name=current_file, exist= &lt;BR /&gt;        exist_file)&lt;BR /&gt;     if (exist_file) then&lt;BR /&gt;       open (lun, file=ioconf)&lt;BR /&gt;...&lt;BR /&gt; end subroutine read_iofiles&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated !!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Christian&lt;/VARIABLE_NAME&gt;&lt;/MODULE_NAME&gt;</description>
      <pubDate>Sat, 04 Oct 2003 22:29:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Watching-module-variables-while-debugging/m-p/784716#M29501</guid>
      <dc:creator>mftech</dc:creator>
      <dc:date>2003-10-04T22:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Watching module variables while debugging</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Watching-module-variables-while-debugging/m-p/784717#M29502</link>
      <description>ioconf is not a variable -- it is a constant (&lt;B&gt;PARAMETER&lt;/B&gt;). Constants can not be watched in either debugger. I realize that it's sometimes useful, but that's the current state of the art. The main reason is that they are frequently not even stored in a memory location, but compiler usually hard-wires them into the machine code.&lt;BR /&gt;&lt;BR /&gt;Jugoslav</description>
      <pubDate>Mon, 06 Oct 2003 14:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Watching-module-variables-while-debugging/m-p/784717#M29502</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2003-10-06T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Watching module variables while debugging</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Watching-module-variables-while-debugging/m-p/784718#M29503</link>
      <description>Dear Jugoslav,&lt;BR /&gt;&lt;BR /&gt;thank you very much for clarifying this to me. I'm happy to get this good support here !&lt;BR /&gt;&lt;BR /&gt;Christian</description>
      <pubDate>Mon, 06 Oct 2003 14:56:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Watching-module-variables-while-debugging/m-p/784718#M29503</guid>
      <dc:creator>mftech</dc:creator>
      <dc:date>2003-10-06T14:56:54Z</dc:date>
    </item>
  </channel>
</rss>

