<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Debugger when stepping through program]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=683</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=683&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Debugger when stepping through program.]]></description>
		<lastBuildDate>Tue, 23 Oct 2018 11:21:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3220#p3220</link>
			<description><![CDATA[<p>No updates as of yet.&nbsp; The issue is caused by the GNU Debugger and the executable itself in the presence of implicit typing (apparently).&nbsp; Upon entering a procedure, the second step is setting up any implicitly typed variables.&nbsp; However, there isn&#039;t a &quot;line&quot; where the variables are set up, so the GNU Debugger, for whatever reason, reports the line number as the closing of the previous routine.&nbsp; While it might seem like the debugger is at fault, the line number being reported appears to be fault of the debugging information in the executable itself, meaning that the compiler is producing an incorrect line number within the debugging information.&nbsp; Trying to hunt down where that is occurring is quite a bit more difficult than trying to sort out an issue with the debugger itself.</p><p>The bug still exists, and we&#039;re aware of it.&nbsp; Hunting down the root cause, however, is trickier.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 23 Oct 2018 11:21:58 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3220#p3220</guid>
		</item>
		<item>
			<title><![CDATA[Re: Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3217#p3217</link>
			<description><![CDATA[<p>Any updates??? We&#039;re running into a similar issue.</p>]]></description>
			<author><![CDATA[null@example.com (gerard)]]></author>
			<pubDate>Mon, 22 Oct 2018 20:28:14 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3217#p3217</guid>
		</item>
		<item>
			<title><![CDATA[Re: Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3154#p3154</link>
			<description><![CDATA[<p>I have emailed you the code, data files, and instructions to see if you can duplicate the problems and, hopefully, fix.</p>]]></description>
			<author><![CDATA[null@example.com (rbarrphd)]]></author>
			<pubDate>Fri, 03 Aug 2018 20:04:18 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3154#p3154</guid>
		</item>
		<item>
			<title><![CDATA[Re: Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3151#p3151</link>
			<description><![CDATA[<p>Jeff, I am on Win7, 64-bit, latest SF version. Dell Precision with 32GB RAM, Intel i7 with 8 cores.</p><p>I will check into sending the code to you...Thanks</p>]]></description>
			<author><![CDATA[null@example.com (rbarrphd)]]></author>
			<pubDate>Mon, 30 Jul 2018 19:33:39 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3151#p3151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3150#p3150</link>
			<description><![CDATA[<p>What platform are you on and what architecture are you compiling for (32- or 64-bit) if you&#039;re on Windows?</p><p>Just to eliminate any other issues, is your compiled Fortran up-to-date?&nbsp; Building again doesn&#039;t fix the issue?</p><p>If you&#039;re willing to share it, possibly having the offending code would help track down the issue faster, but I understand if you&#039;re unable to do so.&nbsp; You can always email the project to support@approximatrix.com.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 27 Jul 2018 13:49:48 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3150#p3150</guid>
		</item>
		<item>
			<title><![CDATA[Re: Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3149#p3149</link>
			<description><![CDATA[<p>Optimization level: None.&nbsp; Agressive loop optimizations: unchecked</p><p>A breakpoint in subroutine P (source code line 875), followed by steps, jumps to/back from END SUBROUTINE C (line 2196), a routine that has not been called lately. Routine P later calls subroutine R (line 1613). Stepping through R with F8 or F9 causes jumps to END SUBROUTINE R2 (line 1790) with first press and to the correct next line in R with the second press. Routine R2 has not been called lately. Sorry I could not find an obvious pattern. </p><p>Current stack looks correct:&nbsp; mainCRTStartup &gt; _tmainCRTStartup &gt; main &gt; fc30 (my PROGRAM FC30) &gt; step2 &gt; descend &gt; P<br />Routines C, R2 not shown.</p>]]></description>
			<author><![CDATA[null@example.com (rbarrphd)]]></author>
			<pubDate>Thu, 26 Jul 2018 16:01:35 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3149#p3149</guid>
		</item>
		<item>
			<title><![CDATA[Re: Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3147#p3147</link>
			<description><![CDATA[<p>The debugger can and will jump around in a few situations, especially if optimizations are not entirely disabled.&nbsp; When you see this symptom, can you check the current position in the Stack listing in the debugger panel?&nbsp; I&#039;m wondering, when it jumps to the end, if the debugger actually thinks it is currently in the proper subroutine (or function).</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 26 Jul 2018 01:46:20 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3147#p3147</guid>
		</item>
		<item>
			<title><![CDATA[Debugger when stepping through program]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3145#p3145</link>
			<description><![CDATA[<p>(SF 2.41) When running the debugger, stop at a breakpoint, then step line-by-line from there (using step over or step into), the GUI does not just go to the next line each time. It first jumps to a subroutine&#039;s END or SUBROUTINE statement (often a different routine from where I am tracing); pressing Step again puts me to the next statement. So you have to press Step twice to get to the next statement executed.</p><p>Is this a feature or a bug?</p>]]></description>
			<author><![CDATA[null@example.com (rbarrphd)]]></author>
			<pubDate>Wed, 25 Jul 2018 21:05:30 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3145#p3145</guid>
		</item>
	</channel>
</rss>
