<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — 2.5 Debugger problem]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=263</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=263&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in 2.5 Debugger problem.]]></description>
		<lastBuildDate>Tue, 05 Nov 2013 19:25:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1050#p1050</link>
			<description><![CDATA[<p>Thanks. The new build has fixed the problem.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Tue, 05 Nov 2013 19:25:33 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1050#p1050</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1049#p1049</link>
			<description><![CDATA[<p>David,</p><p>Build 1440 is now available from the <a href="http://simplyfortran.com/download/">Download page</a>, and it should fix this issue.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 05 Nov 2013 12:50:55 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1049#p1049</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1048#p1048</link>
			<description><![CDATA[<p>That&#039;s OK. I can wait for the Patched version to appear on the site.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Mon, 04 Nov 2013 18:12:20 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1048#p1048</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1047#p1047</link>
			<description><![CDATA[<p>David,</p><p>Sorry, there was an unforeseen side effect of changing a minor debugger call.&nbsp; I have it patched now, and I can send you a patched interface file if you&#039;d like. Otherwise, I&#039;ll get a new build of 2.5 together and post it to the site over the next day or two.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 04 Nov 2013 14:46:13 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1047#p1047</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1046#p1046</link>
			<description><![CDATA[<p>It turns out this behaviour is due to the return of a previous bug in which the command line wasn&#039;t being made known to the debugger.</p><p>Try stepping though the following with Launch ... arguments on the Options Menu set to JEFF </p><br /><div class="codebox"><pre><code>PROGRAM HELLO_NAME
   INTEGER :: N
   CHARACTER(LEN=100) :: NAME
   N=COMMAND_ARGUMENT_COUNT()
   ! Quit silently if there are no command line arguments
   IF (N &gt; 0) THEN
      ! Get first argument, assume its a name
      CALL GET_COMMAND_ARGUMENT(1, NAME)
      PRINT *, &quot;HELLO &quot;, TRIM(NAME)
   END IF
END PROGRAM HELLO_NAME</code></pre></div><p>This worked OK in version 2.4.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Sat, 02 Nov 2013 06:42:14 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1046#p1046</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1045#p1045</link>
			<description><![CDATA[<p>David,</p><p>I&#039;m not seeing this behavior.&nbsp; Is there any other information you could provide?&nbsp; Do you have a simple code sample that exhibits this behavior?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sat, 02 Nov 2013 03:27:37 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1045#p1045</guid>
		</item>
		<item>
			<title><![CDATA[2.5 Debugger problem]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1043#p1043</link>
			<description><![CDATA[<p>Unfortunately with the new Version 2.5 whenever I issue a &quot;Step over&quot; instruction (e.g. F8) the program stops and Debugger status shows as stopped (large square at bottom left).</p><p>Actually its worse. Anything other than step in causes the debugger to stop.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Fri, 01 Nov 2013 18:55:27 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1043#p1043</guid>
		</item>
	</channel>
</rss>
