<?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 Watching My Function Parser in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Watching-My-Function-Parser/m-p/979809#M25820</link>
    <description>Steve,  &lt;BR /&gt;  &lt;BR /&gt;A while ago you  pointed us at a FORTRAN function parser:  &lt;BR /&gt;&lt;A href="http://www.its.uni-karlsruhe.de/~schmehl/functionparserE.html" target="_blank"&gt;http://www.its.uni-karlsruhe.de/~schmehl/functionparserE.html&lt;/A&gt;  &lt;BR /&gt;  &lt;BR /&gt;I've found this parser very useful, but I can't seem to watch the parser's internal stack variables in the debugger. Is this because it isn't possible, or because I'm doing something wrong?  &lt;BR /&gt;  &lt;BR /&gt;The stack and it's pointers are defined in a structure thus:  &lt;BR /&gt;&lt;CODE&gt;  &lt;BR /&gt;	TYPE tLogComp  &lt;BR /&gt;		INTEGER(is), DIMENSION(:), POINTER :: ByteCode  &lt;BR /&gt;		INTEGER :: ByteCodeSize  &lt;BR /&gt;		LOGICAL, DIMENSION(:), POINTER :: Immed  &lt;BR /&gt;		INTEGER :: ImmedSize  &lt;BR /&gt;		LOGICAL, DIMENSION(:), POINTER :: Stack  &lt;BR /&gt;		INTEGER :: StackSize, StackPtr  &lt;BR /&gt;	END TYPE tLogComp  &lt;BR /&gt;	TYPE (tLogComp), DIMENSION(:), POINTER :: Comp		! Bytecode  &lt;BR /&gt;&lt;/CODE&gt;  &lt;BR /&gt;  &lt;BR /&gt;If I try to watch anything in Comp I get an 'Undefined variable message, even when this have been allocated...  &lt;BR /&gt;  &lt;BR /&gt;Any ideas?</description>
    <pubDate>Sat, 12 Jan 2002 02:07:25 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2002-01-12T02:07:25Z</dc:date>
    <item>
      <title>Watching My Function Parser</title>
      <link>https://community.intel.com/t5/Software-Archive/Watching-My-Function-Parser/m-p/979809#M25820</link>
      <description>Steve,  &lt;BR /&gt;  &lt;BR /&gt;A while ago you  pointed us at a FORTRAN function parser:  &lt;BR /&gt;&lt;A href="http://www.its.uni-karlsruhe.de/~schmehl/functionparserE.html" target="_blank"&gt;http://www.its.uni-karlsruhe.de/~schmehl/functionparserE.html&lt;/A&gt;  &lt;BR /&gt;  &lt;BR /&gt;I've found this parser very useful, but I can't seem to watch the parser's internal stack variables in the debugger. Is this because it isn't possible, or because I'm doing something wrong?  &lt;BR /&gt;  &lt;BR /&gt;The stack and it's pointers are defined in a structure thus:  &lt;BR /&gt;&lt;CODE&gt;  &lt;BR /&gt;	TYPE tLogComp  &lt;BR /&gt;		INTEGER(is), DIMENSION(:), POINTER :: ByteCode  &lt;BR /&gt;		INTEGER :: ByteCodeSize  &lt;BR /&gt;		LOGICAL, DIMENSION(:), POINTER :: Immed  &lt;BR /&gt;		INTEGER :: ImmedSize  &lt;BR /&gt;		LOGICAL, DIMENSION(:), POINTER :: Stack  &lt;BR /&gt;		INTEGER :: StackSize, StackPtr  &lt;BR /&gt;	END TYPE tLogComp  &lt;BR /&gt;	TYPE (tLogComp), DIMENSION(:), POINTER :: Comp		! Bytecode  &lt;BR /&gt;&lt;/CODE&gt;  &lt;BR /&gt;  &lt;BR /&gt;If I try to watch anything in Comp I get an 'Undefined variable message, even when this have been allocated...  &lt;BR /&gt;  &lt;BR /&gt;Any ideas?</description>
      <pubDate>Sat, 12 Jan 2002 02:07:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Watching-My-Function-Parser/m-p/979809#M25820</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-01-12T02:07:25Z</dc:date>
    </item>
  </channel>
</rss>

