 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: why does my program not work and then when I run it in debug it works from that point forward</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/#comment-63305</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 07 May 2009 22:16:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-63305</guid>
		<description><![CDATA[Juju, I don&#039;t think debuggers perform any magic, nor they remove bugs.  Loosely speaking, they just let you run the program step by step.]]></description>
		<content:encoded><![CDATA[<p>Juju, I don&#8217;t think debuggers perform any magic, nor they remove bugs.  Loosely speaking, they just let you run the program step by step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/#comment-63224</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 06 May 2009 20:14:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-63224</guid>
		<description><![CDATA[Ok.

There are some RPG experts here in the community.

I think you might get better results by creating a new question, but make sure you include all pertinent details and include at least RPG as a tag.  Maybe I should not recommend creating a new question, but in this specific case I think it could be your best option.]]></description>
		<content:encoded><![CDATA[<p>Ok.</p>
<p>There are some RPG experts here in the community.</p>
<p>I think you might get better results by creating a new question, but make sure you include all pertinent details and include at least RPG as a tag.  Maybe I should not recommend creating a new question, but in this specific case I think it could be your best option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdre706</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/#comment-63223</link>
		<dc:creator>jdre706</dc:creator>
		<pubDate>Wed, 06 May 2009 19:37:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-63223</guid>
		<description><![CDATA[this is a simple RPG program that reads a file for records that have not been processed,  valitdates against Item master, then calls another program to create a change record in another file then comes back to this program and updates 2 more files.  the program runs without any errors but was failing to write the change record in the called program until it was  put in debug.]]></description>
		<content:encoded><![CDATA[<p>this is a simple RPG program that reads a file for records that have not been processed,  valitdates against Item master, then calls another program to create a change record in another file then comes back to this program and updates 2 more files.  the program runs without any errors but was failing to write the change record in the called program until it was  put in debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/#comment-63219</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 06 May 2009 19:00:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-63219</guid>
		<description><![CDATA[That would depend of the specific operation being performed, and the error it encounters.  Sometimes these are logic errors, for example a non-blocking network operation whose output is not validated before executing other related network operations.  If the first operation is delayed due to network problems, the second one could be fired before the first one ends, and that could lead to some kind of error.

What programming language are you using ?  can you post your code and provide a little more information ?]]></description>
		<content:encoded><![CDATA[<p>That would depend of the specific operation being performed, and the error it encounters.  Sometimes these are logic errors, for example a non-blocking network operation whose output is not validated before executing other related network operations.  If the first operation is delayed due to network problems, the second one could be fired before the first one ends, and that could lead to some kind of error.</p>
<p>What programming language are you using ?  can you post your code and provide a little more information ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdre706</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/#comment-63213</link>
		<dc:creator>jdre706</dc:creator>
		<pubDate>Wed, 06 May 2009 17:44:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-63213</guid>
		<description><![CDATA[in your last statement about possible some operations encounter errors when running fast,  would a system error be generated or would program continue processing?]]></description>
		<content:encoded><![CDATA[<p>in your last statement about possible some operations encounter errors when running fast,  would a system error be generated or would program continue processing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-does-my-program-not-work-and-then-when-i-run-it-in-debug-it-works-from-that-point-forward/#comment-63212</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 06 May 2009 17:38:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-63212</guid>
		<description><![CDATA[I don&#039;t think it has something to do with compression.

I have seen similar situations, but always was because of the different conditions when running the program in debug mode.  

For example, depending on the programming environment, it is possible that when running in debug mode, the program executable is run from a different location (path), and thus uses different versions of other involved files (for example, INI files).

Also, depending on the specific operations the program performs, it is possible that some operations encounter errors when running fast without interruptions, but work well when you slow down the process when running step by setp in debug mode.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it has something to do with compression.</p>
<p>I have seen similar situations, but always was because of the different conditions when running the program in debug mode.  </p>
<p>For example, depending on the programming environment, it is possible that when running in debug mode, the program executable is run from a different location (path), and thus uses different versions of other involved files (for example, INI files).</p>
<p>Also, depending on the specific operations the program performs, it is possible that some operations encounter errors when running fast without interruptions, but work well when you slow down the process when running step by setp in debug mode.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 338/341 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 07:51:10 -->