<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Launch command line arguments ignored when debugging]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=256</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=256&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Launch command line arguments ignored when debugging.]]></description>
		<lastBuildDate>Fri, 04 Oct 2013 13:53:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Launch command line arguments ignored when debugging]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1020#p1020</link>
			<description><![CDATA[<p>This works now in version 2.3.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Fri, 04 Oct 2013 13:53:38 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1020#p1020</guid>
		</item>
		<item>
			<title><![CDATA[Re: Launch command line arguments ignored when debugging]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1002#p1002</link>
			<description><![CDATA[<p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Fri, 27 Sep 2013 15:21:04 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1002#p1002</guid>
		</item>
		<item>
			<title><![CDATA[Re: Launch command line arguments ignored when debugging]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1001#p1001</link>
			<description><![CDATA[<p>It looks like passing launch arguments to the debugging process broke during the transition to 2.0 at some point.&nbsp; I&#039;ve fixed the issue, and it should be working fine again when version 2.3 is released.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 27 Sep 2013 13:20:23 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1001#p1001</guid>
		</item>
		<item>
			<title><![CDATA[Re: Launch command line arguments ignored when debugging]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=999#p999</link>
			<description><![CDATA[<p>David,</p><p>That should not be happening.&nbsp; I look into what&#039;s going on.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 22 Sep 2013 13:58:43 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=999#p999</guid>
		</item>
		<item>
			<title><![CDATA[Launch command line arguments ignored when debugging]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=998#p998</link>
			<description><![CDATA[<p>One of my Programs uses command line arguments which I read using COMMAND_ARGUMENT_COUNT and GET_COMMAND_ARGUMENT (Both F2003 intrinsics).</p><p>I enter the command line arguments in the Launch ... dialog accessed from the Options menu.</p><p>This works for normal running, but when i am debugging, the debugger doesn&#039;t &quot;see&quot; the command line and COMMAND_ARGUMENT_COUNT returns 0.</p><p>Can this be fixed? At the moment I cannot debug if my Program uses command line arguments.</p><p>(Using v. 2.2)</p><p>Here&#039;s something I can&#039;t debug:</p><div class="codebox"><pre><code>PROGRAM HELLO_NAME
   INTEGER :: N
   CHARACTER(LEN=100) :: NAME
   N=COMMAND_ARGUMENT_COUNT()
   IF (N &gt; 0) THEN
      ! Get first argument, assume its a name
      CALL GET_COMMAND_ARGUMENT(1, NAME)
      PRINT *, &quot;HELLO &quot;, TRIM(NAME)
   ELSE
      PRINT *,&quot;HELLO WORLD&quot;
   END IF
END PROGRAM HELLO_NAME</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (davidb)]]></author>
			<pubDate>Sun, 22 Sep 2013 11:18:08 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=998#p998</guid>
		</item>
	</channel>
</rss>
