Using the Global.OutputDebug method
The InForm Architect application enables you to specify trace values in a rule script by using the OutputDebug method of the Global object. When you use this method, the rule debugger reports the value of test variables that you define.
The OutputDebug method has the following arguments:
- Print string—String that identifies the value you want to trace.
- Variable—Name of the variable for which you want the rule debugger to display the value.
To use the method, insert it in your rule script at the point where you want the rule debugger to display the specified variable value.