<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — showing module variable values in debug window]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=655&amp;type=atom" />
	<updated>2017-10-10T11:35:24Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=655</id>
		<entry>
			<title type="html"><![CDATA[Re: showing module variable values in debug window]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3044#p3044" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-10-10T11:35:24Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3044#p3044</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[showing module variable values in debug window]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3043#p3043" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2017-10-09T22:13:58Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3043#p3043</id>
		</entry>
</feed>
