<?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: Lost in Trace</title>
	<atom:link href="http://rickschummer.com/blog2/2006/06/lost-in-trace/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickschummer.com/blog2/2006/06/lost-in-trace/</link>
	<description>Shedding some light on topics of software development, Visual FoxPro, saving our planet, paying it forward, and anything else I find important enough to share.</description>
	<lastBuildDate>Sun, 13 Jan 2019 18:50:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: tganss</title>
		<link>http://rickschummer.com/blog2/2006/06/lost-in-trace/comment-page-1/#comment-933</link>
		<dc:creator>tganss</dc:creator>
		<pubDate>Wed, 30 Aug 2006 00:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2006/06/lost-in-trace/#comment-933</guid>
		<description>Hi Rick,&lt;br /&gt;&lt;br /&gt;there are some situations where even setting the path doesn&#039;t always give you the source of prg&#039;s. If you ever run into this (again), check/compare the relative location of your pjx to the source code to the actual app to your source. Gives trouble ONLY with prg and not with vcx and made my life miserable at a place where they sequesterd all their pjx into a subDir.&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;&lt;br /&gt;thomas</description>
		<content:encoded><![CDATA[<p>Hi Rick,</p>
<p>there are some situations where even setting the path doesn&#8217;t always give you the source of prg&#8217;s. If you ever run into this (again), check/compare the relative location of your pjx to the source code to the actual app to your source. Gives trouble ONLY with prg and not with vcx and made my life miserable at a place where they sequesterd all their pjx into a subDir.</p>
<p>regards</p>
<p>thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Schummer</title>
		<link>http://rickschummer.com/blog2/2006/06/lost-in-trace/comment-page-1/#comment-934</link>
		<dc:creator>Rick Schummer</dc:creator>
		<pubDate>Thu, 15 Jun 2006 08:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2006/06/lost-in-trace/#comment-934</guid>
		<description>We have a winner! Andrew alluded to the source not being available, but it was Toni&#039;s solution number one (set the path) that solved my problem.&lt;br /&gt;&lt;br /&gt;Toni, the Amazon.com gift certificate is on the way!&lt;br /&gt;&lt;br /&gt;I can tell you I have learned a lot from this experience. Mucho thanks from Sterling Heights.</description>
		<content:encoded><![CDATA[<p>We have a winner! Andrew alluded to the source not being available, but it was Toni&#8217;s solution number one (set the path) that solved my problem.</p>
<p>Toni, the Amazon.com gift certificate is on the way!</p>
<p>I can tell you I have learned a lot from this experience. Mucho thanks from Sterling Heights.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni M. Feltman</title>
		<link>http://rickschummer.com/blog2/2006/06/lost-in-trace/comment-page-1/#comment-935</link>
		<dc:creator>Toni M. Feltman</dc:creator>
		<pubDate>Thu, 15 Jun 2006 07:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2006/06/lost-in-trace/#comment-935</guid>
		<description>I just ran into this problem recently as well. One of two things I did fixed it. &lt;br /&gt;&lt;br /&gt;1. I set path to the folder where the source file (a prg in my case) actually existed. I know that this should not be necessary in an app, but hey we are grasping at straws here.&lt;br /&gt;&lt;br /&gt;2. I deleted the .fxp file. Again, shouldn&#039;t need to but one of these two things worked.</description>
		<content:encoded><![CDATA[<p>I just ran into this problem recently as well. One of two things I did fixed it. </p>
<p>1. I set path to the folder where the source file (a prg in my case) actually existed. I know that this should not be necessary in an app, but hey we are grasping at straws here.</p>
<p>2. I deleted the .fxp file. Again, shouldn&#8217;t need to but one of these two things worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew MacNeill</title>
		<link>http://rickschummer.com/blog2/2006/06/lost-in-trace/comment-page-1/#comment-936</link>
		<dc:creator>Andrew MacNeill</dc:creator>
		<pubDate>Thu, 15 Jun 2006 07:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2006/06/lost-in-trace/#comment-936</guid>
		<description>I agree- if the issue is the PRG - I see this all the time. It&#039;s because the debugger just can&#039;t seem to trace PRGs that it can&#039;t find. I personally hate this - why bother having an option to &quot;Include Debug Info&quot; when it&#039;s not really included?&lt;br /&gt;(to be fair, that option simply ensures that line #s and programs are retained when reporting errors but still!)&lt;br /&gt;&lt;br /&gt;But it is one of the main reasons why I continue to use visual classes to this day - I can actually debug them when I&#039;m tracing it through in another directory.</description>
		<content:encoded><![CDATA[<p>I agree- if the issue is the PRG &#8211; I see this all the time. It&#8217;s because the debugger just can&#8217;t seem to trace PRGs that it can&#8217;t find. I personally hate this &#8211; why bother having an option to &#8220;Include Debug Info&#8221; when it&#8217;s not really included?<br />(to be fair, that option simply ensures that line #s and programs are retained when reporting errors but still!)</p>
<p>But it is one of the main reasons why I continue to use visual classes to this day &#8211; I can actually debug them when I&#8217;m tracing it through in another directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chan Kok Kiet (John Jones)</title>
		<link>http://rickschummer.com/blog2/2006/06/lost-in-trace/comment-page-1/#comment-937</link>
		<dc:creator>Chan Kok Kiet (John Jones)</dc:creator>
		<pubDate>Wed, 14 Jun 2006 20:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2006/06/lost-in-trace/#comment-937</guid>
		<description>Hi,&lt;br /&gt;I faced it before. If I am not mistaken, I tried as below : &lt;br /&gt;1. Copy prg to builder.app folder (same level)&lt;br /&gt;2. Set breakpoint &#039;when expression is true&#039;, &#039;&quot;MYPRG&quot; $ PROGRAM()&#039;.&lt;br /&gt;3. If step2 able to help to view source code, set breakpoint at the line you wan to debug as usual by dbclick left pane.&lt;br /&gt;&lt;br /&gt;HTH</description>
		<content:encoded><![CDATA[<p>Hi,<br />I faced it before. If I am not mistaken, I tried as below : <br />1. Copy prg to builder.app folder (same level)<br />2. Set breakpoint &#8216;when expression is true&#8217;, &#8216;&#8221;MYPRG&#8221; $ PROGRAM()&#8217;.<br />3. If step2 able to help to view source code, set breakpoint at the line you wan to debug as usual by dbclick left pane.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
</channel>
</rss>
