<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — 2.5 Debugger problem]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=263&amp;type=atom" />
	<updated>2013-11-05T19:25:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=263</id>
		<entry>
			<title type="html"><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1050#p1050" />
			<content type="html"><![CDATA[<p>Thanks. The new build has fixed the problem.</p>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2013-11-05T19:25:33Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1050#p1050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1049#p1049" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-05T12:50:55Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1049#p1049</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1048#p1048" />
			<content type="html"><![CDATA[<p>That&#039;s OK. I can wait for the Patched version to appear on the site.</p>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2013-11-04T18:12:20Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1048#p1048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1047#p1047" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-04T14:46:13Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1047#p1047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1046#p1046" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2013-11-02T06:42:14Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1046#p1046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 2.5 Debugger problem]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1045#p1045" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-02T03:27:37Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1045#p1045</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[2.5 Debugger problem]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1043#p1043" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[davidb]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3463</uri>
			</author>
			<updated>2013-11-01T18:55:27Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1043#p1043</id>
		</entry>
</feed>
