Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Program Trace for CRBasic programs?


Bobfbks Feb 20, 2009 12:50 AM

Hi,
I was wondering if there is a file equivalent to the .pti generated by Edlog for the CRBasic editor. Poking around my computer I didn't see anything but hoped I might just be overlooking the file someplace or a feature in the CRBasic editor. I'm using LoggerNet 3.4.1. thanks
--Bob


aps Feb 20, 2009 11:41 AM

IF you looking to see how long different instructions are taking to run, then please look at the Instructiontimes instruction in the CRBasic help. It allows you to write the current excecution time of each instruction in a program into an array which you can monitor live.

It can take some thinking about to interpret but the results are more accurate than the approximations and assumptions made in the Edlog pti file.


Bobfbks Feb 21, 2009 02:44 AM

Cool, thanks very much, I'll give that a try.

Log in or register to post/reply in the forum.