<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — showing module variable values in debug window]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=655</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=655&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in showing module variable values in debug window.]]></description>
		<lastBuildDate>Tue, 10 Oct 2017 11:35:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: showing module variable values in debug window]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3044#p3044</link>
			<description><![CDATA[<p>The &quot;Variables&quot; display in the Debugging panel is actually displaying only local variables, and it probably should have been labeled better.&nbsp; You would have to add a watch expression to view <em>i</em> and <em>j</em> in your example.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 10 Oct 2017 11:35:24 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3044#p3044</guid>
		</item>
		<item>
			<title><![CDATA[showing module variable values in debug window]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3043#p3043</link>
			<description><![CDATA[<p>Is there a way to display the values of variables declared in a module in another program units that USES the module?&nbsp; </p><p>For example, running the following program under the debugger</p><p>module tryit<br />&nbsp; integer::i=5,j<br />end module tryit<br />program testmod<br />&nbsp; use tryit<br />&nbsp; j=i+5<br />&nbsp; write(*,*)i,j<br />end program testmod</p><p>The two variables i and j are not shown at all in the debug variables pane.&nbsp; You can click-select them in the sourcecode pane and their value will be displayed, but it would be much more useful to have the variables tracked in the variable pane. </p><p>Am I missing something?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Mon, 09 Oct 2017 22:13:58 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3043#p3043</guid>
		</item>
	</channel>
</rss>
