× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 8/15/2017 11:43 AM, C Holko wrote:
What I have is the desire to run a program from start to finish and log
each line as called to a file, changes in variables, and such, so that I
can either print or query the results. The issue being that this process
does jump around a bit and had step debugging would be time consuming.
I'm not sure what 'results' you'd like to query; a single line of code
could potentially change thousands of variables - imagine clearing a
DIM() data structure, or CHAIN to a file with many columns for two examples.

Anyway, I like the Code Coverage tool in RDi, which keeps track of what
lines were touched during a program's execution. I suspect Code
Coverage uses the debugger APIs under the covers. The intent of a code
coverage tool is to make sure that all the decisions and actions in your
program were exercised. This may not be what you're looking for though...


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.