Your Universal Remote Control Center
remcen.com
Philips Pronto Professional Family File Area
Up level
What's New
10/24/22 - In searching for the perfect day, Timmy discovers something unexpected!
9/04/22 - That childhood favorite is back in a new Timmy video.
7/31/22 - It’s time for my second new Just Like Timmy video!
7/12/22 - Why not check out my new YouTube animation channel, Just Like Timmy!
Up level
The following page was printed from remcen.com:
Login:
Pass:
 
 
 

Previous Level

Trace Utility
Utilities
Added by Rusty Fobe | 2009
The trace function is a logic debugging aid used with Pronto Script console, intended to offer more than System.print. It has 4 optional user definable arguments:

function = trace (location, variables, traceDecision, traceType)

  • trace () prints the function that called trace
  • trace ("here") also prints user supplied location information
  • trace (variables), where variables is an array of variable names prints the content of the variables. Each name between quotes.
  • trace ("locA", variables, 1) prints also line with variable types
  • trace ("locB", variables, 2) prints only a line with variable types, below the location information (caller function + location)


Although it is a quite a large function (a.o. due to the various possibilities and checking), it is easy to use.

Download attachments:
1.
February 25, 2009
3kb, 140 downloads
File RatingLogin to have your say!


Error If you'd like to add a comment...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.