|
|
|
Philips Pronto Professional Family File Area
|
|
|
|
|
|
|
The following page was printed from RemoteCentral.com:
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.
Designed for:
|
Quick find:
|
|
1. | February 25, 2009 3kb, 138 downloads |
|
|
| Login to have your say! |
|
|
|
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. |
|
|
|
|