Jump to content
IGNORED

Log TRACE output to array or file?


jrhodes

Recommended Posts

Another trick I've employed is to reserve some screen space and do a DISPLAY AT to that space whenever I wanted to give myself a headsup when the program hit a certain line or routine and/or display any variables I was tracking.

 

Written as a subroutine or GOTO/RETURN, you could get pretty fancy with it if you wished. Display to the screen, and/or write to the printer, a file, whatever you wanted.

 

This avoided displaying an onscreen trace of all executed lines and narrowed it down to only those things you were actively tracking or troubleshooting. Plus your program's screen display wasn't messed with!

-Ed

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...