<?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 Debugger Watch Window Problem in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Debugger-Watch-Window-Problem/m-p/933877#M15422</link>
    <description>I am running a small test program that contains the following DO loop: &lt;BR /&gt; &lt;BR /&gt;DO ld2 = 1,10 &lt;BR /&gt;  res(ld2) = 10.*ld2 &lt;BR /&gt;  print *, res(ld2) &lt;BR /&gt;END DO &lt;BR /&gt; &lt;BR /&gt;The variable "res" was declared in a module and I have the USE statement in this routine so that it can be referenced.  However, &lt;BR /&gt;if I put res(ld2) in the watch window, I get the following message: &lt;BR /&gt; &lt;BR /&gt;	res(ld2)	 EE2347 : Undefined variable ld2 &lt;BR /&gt; &lt;BR /&gt;If I declare "res" within the routine instead of in the module, then &lt;BR /&gt;the watch variable shows the actual value contained in res(ld2).  How can I get the debugger to show me the value of the variable when it has been declared in a module?</description>
    <pubDate>Fri, 05 Jan 2001 10:48:20 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-01-05T10:48:20Z</dc:date>
    <item>
      <title>Debugger Watch Window Problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-Watch-Window-Problem/m-p/933877#M15422</link>
      <description>I am running a small test program that contains the following DO loop: &lt;BR /&gt; &lt;BR /&gt;DO ld2 = 1,10 &lt;BR /&gt;  res(ld2) = 10.*ld2 &lt;BR /&gt;  print *, res(ld2) &lt;BR /&gt;END DO &lt;BR /&gt; &lt;BR /&gt;The variable "res" was declared in a module and I have the USE statement in this routine so that it can be referenced.  However, &lt;BR /&gt;if I put res(ld2) in the watch window, I get the following message: &lt;BR /&gt; &lt;BR /&gt;	res(ld2)	 EE2347 : Undefined variable ld2 &lt;BR /&gt; &lt;BR /&gt;If I declare "res" within the routine instead of in the module, then &lt;BR /&gt;the watch variable shows the actual value contained in res(ld2).  How can I get the debugger to show me the value of the variable when it has been declared in a module?</description>
      <pubDate>Fri, 05 Jan 2001 10:48:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-Watch-Window-Problem/m-p/933877#M15422</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-01-05T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger Watch Window Problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-Watch-Window-Problem/m-p/933878#M15423</link>
      <description>in the watch window, use this : module_name::res(ld2) &lt;BR /&gt; &lt;BR /&gt;If you use IE, &lt;A href="mk:@MSITStore:C:Program%20FilesMicrosoft%20Visual%20StudioDF98DOCdfmain.chm::/pg/pgxdata.htm#module" target="_blank"&gt;this link&lt;/A&gt; might bring up the reference in the documentation. &lt;BR /&gt; &lt;BR /&gt;-John</description>
      <pubDate>Fri, 05 Jan 2001 23:51:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-Watch-Window-Problem/m-p/933878#M15423</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-01-05T23:51:29Z</dc:date>
    </item>
  </channel>
</rss>

